[FFmpeg-cvslog] libx264: remove useless assignment

Anton Khirnov git at videolan.org
Tue Sep 6 21:57:05 CEST 2011


ffmpeg | branch: master | Anton Khirnov <anton at khirnov.net> | Wed Aug 31 14:09:19 2011 +0200| [d8dee0e7bd5c7b96b355b96929ae7fb39ded4c3a] | committer: Anton Khirnov

libx264: remove useless assignment

priv_data is memset to 0.

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=d8dee0e7bd5c7b96b355b96929ae7fb39ded4c3a
---

 libavcodec/libx264.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/libavcodec/libx264.c b/libavcodec/libx264.c
index 93ae88d..179598f 100644
--- a/libavcodec/libx264.c
+++ b/libavcodec/libx264.c
@@ -187,7 +187,6 @@ static av_cold int X264_init(AVCodecContext *avctx)
 {
     X264Context *x4 = avctx->priv_data;
 
-    x4->sei_size = 0;
     x264_param_default(&x4->params);
 
     x4->params.i_keyint_max         = avctx->gop_size;



More information about the ffmpeg-cvslog mailing list