Browse Source

avcodec/utils: remove unused variable

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
tags/n2.2-rc1
Michael Niedermayer 12 years ago
parent
commit
fdc0b3f8c1
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      libavcodec/utils.c

+ 0
- 1
libavcodec/utils.c View File

@@ -2014,7 +2014,6 @@ static int add_metadata_from_side_data(AVCodecContext *avctx, AVFrame *frame)
{
int size;
const uint8_t *side_metadata;
const uint8_t *end;

AVDictionary **frame_md = avpriv_frame_get_metadatap(frame);



Loading…
Cancel
Save