mirror of https://git.ffmpeg.org/ffmpeg.git
avcodec/utils: remove unused variable
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
4e70eeef3a
commit
fdc0b3f8c1
|
@ -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…
Reference in New Issue