diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2014-07-04 16:44:40 +0200 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2014-07-04 16:44:40 +0200 |
commit | d1a8659efe66af2966b585a1db2bd13123da302f (patch) | |
tree | 8efc13d1c65a1d8f700ede2704acf30b37b26266 /libavformat | |
parent | bd8b6ed96df58bf3ea22c987f461728543219979 (diff) | |
download | ffmpeg-d1a8659efe66af2966b585a1db2bd13123da302f.tar.gz |
avformat/img2dec: remove functions from image pipe which are unneeded for image pipes
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavformat')
-rw-r--r-- | libavformat/img2dec.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libavformat/img2dec.c b/libavformat/img2dec.c index b1fa8cc987..cda4996568 100644 --- a/libavformat/img2dec.c +++ b/libavformat/img2dec.c @@ -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,\ }; |