10l
authorMichael Niedermayer <michaelni@gmx.at>
Mon, 12 Apr 2004 18:32:36 +0000 (18:32 +0000)
committerMichael Niedermayer <michaelni@gmx.at>
Mon, 12 Apr 2004 18:32:36 +0000 (18:32 +0000)
Originally committed as revision 3005 to svn://svn.ffmpeg.org/ffmpeg/trunk

libavformat/img.c

index 50686e1..25ac511 100644 (file)
@@ -356,6 +356,7 @@ static AVInputFormat image_iformat = {
     img_read_packet,
     img_read_close,
     NULL,
+    NULL,
     AVFMT_NOFILE | AVFMT_NEEDNUMBER,
 };