Originally committed as revision 3005 to svn://svn.ffmpeg.org/ffmpeg/trunk
pull/126/head
Michael Niedermayer 21 years ago
parent 3ec34bfdb2
commit e5d64d6892
  1. 1
      libavformat/img.c

@ -356,6 +356,7 @@ static AVInputFormat image_iformat = {
img_read_packet,
img_read_close,
NULL,
NULL,
AVFMT_NOFILE | AVFMT_NEEDNUMBER,
};

Loading…
Cancel
Save