Commit d1a8659e authored by Michael Niedermayer's avatar Michael Niedermayer

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

Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent bd8b6ed9
......@@ -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,\
};
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment