1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-01-13 21:28:01 +02:00

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

Fix output change regression introduced in 418c954e31.
This commit is contained in:
Stefano Sabatini 2023-08-25 11:35:01 +02:00
parent d464a687c9
commit bf600db2a0

View File

@ -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 ?