Commit fdc0b3f8 authored by Michael Niedermayer's avatar Michael Niedermayer

avcodec/utils: remove unused variable

Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent 4e70eeef
......@@ -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);
......
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