[FFmpeg-cvslog] avformat/utils: remove unused variable

Michael Niedermayer git at videolan.org
Fri Sep 20 23:20:45 CEST 2013


ffmpeg | branch: master | Michael Niedermayer <michaelni at gmx.at> | Fri Sep 20 22:50:41 2013 +0200| [15672e832f47dd729f3214e5e1a5bc8e2d1e9cc1] | committer: Michael Niedermayer

avformat/utils: remove unused variable

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

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

 libavformat/utils.c |    1 -
 1 file changed, 1 deletion(-)

diff --git a/libavformat/utils.c b/libavformat/utils.c
index aefee35..1c5f088 100644
--- a/libavformat/utils.c
+++ b/libavformat/utils.c
@@ -347,7 +347,6 @@ int av_probe_input_buffer2(AVIOContext *pb, AVInputFormat **fmt,
 
     for(probe_size= PROBE_BUF_MIN; probe_size<=max_probe_size && !*fmt;
         probe_size = FFMIN(probe_size<<1, FFMAX(max_probe_size, probe_size+1))) {
-        void *buftmp;
 
         if (probe_size < offset) {
             continue;



More information about the ffmpeg-cvslog mailing list