ffmpeg | branch: master | Diego Biurrun <[email protected]> | Sat May 21 
13:41:19 2016 +0200| [e45a638f50cc1dbeb87b9792e68f57e77fc0c3b5] | committer: 
Diego Biurrun

dump: Drop unused variable

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

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

diff --git a/libavformat/dump.c b/libavformat/dump.c
index bef0e76..3b50f5d 100644
--- a/libavformat/dump.c
+++ b/libavformat/dump.c
@@ -233,7 +233,6 @@ static void dump_replaygain(void *ctx, AVPacketSideData *sd)
 static void dump_stereo3d(void *ctx, AVPacketSideData *sd)
 {
     AVStereo3D *stereo;
-    const char *name;
 
     if (sd->size < sizeof(*stereo)) {
         av_log(ctx, AV_LOG_INFO, "invalid data");

_______________________________________________
ffmpeg-cvslog mailing list
[email protected]
http://ffmpeg.org/mailman/listinfo/ffmpeg-cvslog

Reply via email to