summaryrefslogtreecommitdiff
path: root/libavformat/img.c
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2004-04-12 18:32:36 +0000
committerMichael Niedermayer <michaelni@gmx.at>2004-04-12 18:32:36 +0000
commite5d64d6892e75814c3d61224b1a5512303144102 (patch)
tree916a99dcdca39c8359c28f8cc4285ec753857424 /libavformat/img.c
parent3ec34bfdb23fa1164e2c8f935a561dff556bbd16 (diff)
10l
Originally committed as revision 3005 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/img.c')
-rw-r--r--libavformat/img.c1
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,
};