Browse Source

dump: Drop unused variable

tags/n3.1
Diego Biurrun 9 years ago
parent
commit
e45a638f50
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      libavformat/dump.c

+ 0
- 1
libavformat/dump.c View File

@@ -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");


Loading…
Cancel
Save