Originally committed as revision 3005 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Michael Niedermayer 2004-04-12 18:32:36 +00:00
parent 3ec34bfdb2
commit e5d64d6892

View File

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