Commit d8dee0e7 authored by Anton Khirnov's avatar Anton Khirnov

libx264: remove useless assignment

priv_data is memset to 0.
parent 459fe331
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment