mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +02:00
libx264: remove useless assignment
priv_data is memset to 0.
This commit is contained in:
parent
459fe331e9
commit
d8dee0e7bd
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user