use C99 syntax for field init

Originally committed as revision 1023 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Fabrice Bellard 2002-10-11 07:23:35 +00:00
parent 4bfad53561
commit 92391c6c89
1 changed files with 1 additions and 1 deletions

View File

@ -90,7 +90,7 @@ AVInputFormat dv_iformat = {
dv_read_header,
dv_read_packet,
dv_read_close,
extensions: "dv",
.extensions = "dv",
};
#if 0