1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2024-12-23 12:43:46 +02:00

avformat/img2dec: remove functions from image pipe which are unneeded for image pipes

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
Michael Niedermayer 2014-07-04 16:44:40 +02:00
parent bd8b6ed96d
commit d1a8659efe

View File

@ -670,8 +670,6 @@ AVInputFormat ff_image_ ## imgname ## _pipe_demuxer = {\
.read_probe = imgname ## _probe,\
.read_header = ff_img_read_header,\
.read_packet = ff_img_read_packet,\
.read_close = img_read_close,\
.read_seek = img_read_seek,\
.priv_class = & imgname ## _class,\
.raw_codec_id = codecid,\
};