From 947daffa59fca84f9e2a5242a1199399c4e27b5d Mon Sep 17 00:00:00 2001 From: Michael Niedermayer Date: Thu, 23 Jun 2016 21:36:02 +0200 Subject: [PATCH] avcodec/libx264: Remove unused variable Signed-off-by: Michael Niedermayer --- libavcodec/libx264.c | 1 - 1 file changed, 1 deletion(-) diff --git a/libavcodec/libx264.c b/libavcodec/libx264.c index 85f1996ab69..c8f2380d8ea 100644 --- a/libavcodec/libx264.c +++ b/libavcodec/libx264.c @@ -276,7 +276,6 @@ static int X264_frame(AVCodecContext *ctx, AVPacket *pkt, const AVFrame *frame, int nnal, i, ret; x264_picture_t pic_out = {0}; int pict_type; - AVFrameSideData *side_data; x264_picture_init( &x4->pic ); x4->pic.img.i_csp = x4->params.i_csp; -- 2.39.2