Commit b23d4e52 authored by Hendrik Leppkes's avatar Hendrik Leppkes

Merge commit 'e45a638f'

* commit 'e45a638f':
  dump: Drop unused variable
Merged-by: 's avatarHendrik Leppkes <h.leppkes@gmail.com>
parents 4531981a e45a638f
......@@ -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");
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment