Module: libav Branch: master Commit: d8dee0e7bd5c7b96b355b96929ae7fb39ded4c3a
Author: Anton Khirnov <[email protected]> Committer: Anton Khirnov <[email protected]> Date: Wed Aug 31 14:09:19 2011 +0200 libx264: remove useless assignment priv_data is memset to 0. --- 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; _______________________________________________ libav-commits mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-commits
