[FFmpeg-cvslog] Merge commit 'e45a638f50cc1dbeb87b9792e68f57e77fc0c3b5'
Hendrik Leppkes
git at videolan.org
Sun Jun 26 14:13:46 CEST 2016
ffmpeg | branch: master | Hendrik Leppkes <h.leppkes at gmail.com> | Sun Jun 26 14:13:36 2016 +0200| [b23d4e52fd24b4c6f240a22d8d92a70bbb16464d] | committer: Hendrik Leppkes
Merge commit 'e45a638f50cc1dbeb87b9792e68f57e77fc0c3b5'
* commit 'e45a638f50cc1dbeb87b9792e68f57e77fc0c3b5':
dump: Drop unused variable
Merged-by: Hendrik Leppkes <h.leppkes at gmail.com>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=b23d4e52fd24b4c6f240a22d8d92a70bbb16464d
---
libavformat/dump.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/libavformat/dump.c b/libavformat/dump.c
index d86792d..cd14625 100644
--- a/libavformat/dump.c
+++ b/libavformat/dump.c
@@ -252,7 +252,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