Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Niedermayer <michael@niedermayer.cc>2016-06-23 22:36:02 +0300
committerMichael Niedermayer <michael@niedermayer.cc>2016-06-23 22:36:02 +0300
commit947daffa59fca84f9e2a5242a1199399c4e27b5d (patch)
tree8149a5f1063cbfd27cb4edf3c9e38b40c23ae8fd /libavcodec/libx264.c
parent8f4a2d48344df4bf8bd3ba50fb37361dc0f9bc4f (diff)
avcodec/libx264: Remove unused variable
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
Diffstat (limited to 'libavcodec/libx264.c')
-rw-r--r--libavcodec/libx264.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/libavcodec/libx264.c b/libavcodec/libx264.c
index 85f1996ab6..c8f2380d8e 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;