Commit 92391c6c authored by Fabrice Bellard's avatar Fabrice Bellard

use C99 syntax for field init

Originally committed as revision 1023 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 4bfad535
...@@ -90,7 +90,7 @@ AVInputFormat dv_iformat = { ...@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment