You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-10 06:10:52 +02:00
use C99 syntax for field init
Originally committed as revision 1023 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
@@ -90,7 +90,7 @@ AVInputFormat dv_iformat = {
|
|||||||
dv_read_header,
|
dv_read_header,
|
||||||
dv_read_packet,
|
dv_read_packet,
|
||||||
dv_read_close,
|
dv_read_close,
|
||||||
extensions: "dv",
|
.extensions = "dv",
|
||||||
};
|
};
|
||||||
|
|
||||||
#if 0
|
#if 0
|
||||||
|
Reference in New Issue
Block a user