ffmpeg | branch: master | Hendrik Leppkes <[email protected]> | 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 <[email protected]> > 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"); ====================================================================== _______________________________________________ ffmpeg-cvslog mailing list [email protected] http://ffmpeg.org/mailman/listinfo/ffmpeg-cvslog
