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

Michael Niedermayer git at videolan.org
Sun Nov 10 12:28:10 CET 2013


ffmpeg | branch: master | Michael Niedermayer <michaelni at gmx.at> | Sun Nov 10 12:20:40 2013 +0100| [59ce62f7135ce766e138aa1084abe807029f11a9] | committer: Michael Niedermayer

avformat/dv: remove unused variable

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

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

 libavformat/dv.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libavformat/dv.c b/libavformat/dv.c
index 3590406..1f47d41 100644
--- a/libavformat/dv.c
+++ b/libavformat/dv.c
@@ -582,7 +582,7 @@ static int dv_read_close(AVFormatContext *s)
 
 static int dv_probe(AVProbeData *p)
 {
-    unsigned state, marker_pos = 0;
+    unsigned marker_pos = 0;
     int i;
     int matches           = 0;
     int firstmatch        = 0;



More information about the ffmpeg-cvslog mailing list