[FFmpeg-cvslog] avcodec/libx264: Remove unused variable
Michael Niedermayer
git at videolan.org
Thu Jun 23 21:55:04 CEST 2016
ffmpeg | branch: master | Michael Niedermayer <michael at niedermayer.cc> | Thu Jun 23 21:36:02 2016 +0200| [947daffa59fca84f9e2a5242a1199399c4e27b5d] | committer: Michael Niedermayer
avcodec/libx264: Remove unused variable
Signed-off-by: Michael Niedermayer <michael at niedermayer.cc>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=947daffa59fca84f9e2a5242a1199399c4e27b5d
---
libavcodec/libx264.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/libavcodec/libx264.c b/libavcodec/libx264.c
index 85f1996..c8f2380 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;
More information about the ffmpeg-cvslog
mailing list