[FFmpeg-cvslog] avformat/img2dec: remove functions from image pipe which are unneeded for image pipes

Michael Niedermayer git at videolan.org
Fri Jul 4 17:19:53 CEST 2014


ffmpeg | branch: master | Michael Niedermayer <michaelni at gmx.at> | Fri Jul  4 16:44:40 2014 +0200| [d1a8659efe66af2966b585a1db2bd13123da302f] | committer: Michael Niedermayer

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

Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=d1a8659efe66af2966b585a1db2bd13123da302f
---

 libavformat/img2dec.c |    2 --
 1 file changed, 2 deletions(-)

diff --git a/libavformat/img2dec.c b/libavformat/img2dec.c
index b1fa8cc..cda4996 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,\
 };



More information about the ffmpeg-cvslog mailing list