mirror of
https://gitee.com/openharmony/third_party_ffmpeg
synced 2024-11-24 03:39:45 +00:00
use C99 syntax for field init
Originally committed as revision 1023 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
4bfad53561
commit
92391c6c89
@ -90,7 +90,7 @@ AVInputFormat dv_iformat = {
|
||||
dv_read_header,
|
||||
dv_read_packet,
|
||||
dv_read_close,
|
||||
extensions: "dv",
|
||||
.extensions = "dv",
|
||||
};
|
||||
|
||||
#if 0
|
||||
|
Loading…
Reference in New Issue
Block a user