lavc/libx264: do not unconditionally set x4->params.analyse.b_fast_pskip

Fix output change regression introduced in 418c954e31.
pull/390/head
Stefano Sabatini 1 year ago
parent d464a687c9
commit bf600db2a0
  1. 1
      libavcodec/libx264.c

@ -1190,7 +1190,6 @@ FF_ENABLE_DEPRECATION_WARNINGS
}
x4->params.analyse.b_mb_info = x4->mb_info;
x4->params.analyse.b_fast_pskip = 1;
// update AVCodecContext with x264 parameters
avctx->has_b_frames = x4->params.i_bframe ?

Loading…
Cancel
Save