summaryrefslogtreecommitdiff
path: root/libavformat/img2dec.c
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2014-07-04 16:44:40 +0200
committerMichael Niedermayer <michaelni@gmx.at>2014-07-04 16:44:40 +0200
commitd1a8659efe66af2966b585a1db2bd13123da302f (patch)
tree8efc13d1c65a1d8f700ede2704acf30b37b26266 /libavformat/img2dec.c
parentbd8b6ed96df58bf3ea22c987f461728543219979 (diff)
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/img2dec.c')
-rw-r--r--libavformat/img2dec.c2
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,\
};