From e5d64d6892e75814c3d61224b1a5512303144102 Mon Sep 17 00:00:00 2001 From: Michael Niedermayer Date: Mon, 12 Apr 2004 18:32:36 +0000 Subject: [PATCH] 10l Originally committed as revision 3005 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavformat/img.c | 1 + 1 file changed, 1 insertion(+) diff --git a/libavformat/img.c b/libavformat/img.c index 50686e1402..25ac511960 100644 --- a/libavformat/img.c +++ b/libavformat/img.c @@ -356,6 +356,7 @@ static AVInputFormat image_iformat = { img_read_packet, img_read_close, NULL, + NULL, AVFMT_NOFILE | AVFMT_NEEDNUMBER, }; -- 2.11.0