summaryrefslogtreecommitdiffstats
path: root/libavcodec/utils.c
diff options
context:
space:
mode:
authorMichael Niedermayer <[email protected]>2013-11-21 13:53:36 +0100
committerMichael Niedermayer <[email protected]>2013-11-21 14:17:00 +0100
commitfdc0b3f8c19f854119a70f2b8805fbd9903b0a5f (patch)
tree9b95335ee596d9b32749f6ca186e12fcafca5fed /libavcodec/utils.c
parent4e70eeef3a5e1277175891c7cfd19f8a3d323495 (diff)
avcodec/utils: remove unused variable
Signed-off-by: Michael Niedermayer <[email protected]>
Diffstat (limited to 'libavcodec/utils.c')
-rw-r--r--libavcodec/utils.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/libavcodec/utils.c b/libavcodec/utils.c
index d028a514b9..0397d3b68d 100644
--- a/libavcodec/utils.c
+++ b/libavcodec/utils.c
@@ -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);