[FFmpeg-cvslog] dump: Drop unused variable

Diego Biurrun git at videolan.org
Sun Jun 26 14:13:46 CEST 2016


ffmpeg | branch: master | Diego Biurrun <diego at biurrun.de> | 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");



More information about the ffmpeg-cvslog mailing list