mirror of https://git.ffmpeg.org/ffmpeg.git
Merge commit 'e45a638f50cc1dbeb87b9792e68f57e77fc0c3b5'
* commit 'e45a638f50cc1dbeb87b9792e68f57e77fc0c3b5': dump: Drop unused variable Merged-by: Hendrik Leppkes <h.leppkes@gmail.com>
This commit is contained in:
commit
b23d4e52fd
|
@ -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");
|
||||
|
|
Loading…
Reference in New Issue