diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2004-04-12 18:32:36 +0000 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2004-04-12 18:32:36 +0000 |
commit | e5d64d6892e75814c3d61224b1a5512303144102 (patch) | |
tree | 916a99dcdca39c8359c28f8cc4285ec753857424 /libavformat | |
parent | 3ec34bfdb23fa1164e2c8f935a561dff556bbd16 (diff) | |
download | ffmpeg-e5d64d6892e75814c3d61224b1a5512303144102.tar.gz |
10l
Originally committed as revision 3005 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat')
-rw-r--r-- | libavformat/img.c | 1 |
1 files changed, 1 insertions, 0 deletions
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, }; |