This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
FFmpeg
mirror of
https://github.com/falkTX/FFmpeg.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
338
Wiki
Activity
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
4e70eeef3a
commit
fdc0b3f8c1
1 changed files
with
0 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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);
Write
Preview
Loading…
Cancel
Save