[FFmpeg-cvslog] lavc/libx264: do not unconditionally set x4->params.analyse.b_fast_pskip
Stefano Sabatini
git at videolan.org
Wed Sep 6 02:05:47 EEST 2023
ffmpeg | branch: master | Stefano Sabatini <stefasab at gmail.com> | Fri Aug 25 11:35:01 2023 +0200| [bf600db2a0c43979d509fee9c196dbe9bf78601c] | committer: Stefano Sabatini
lavc/libx264: do not unconditionally set x4->params.analyse.b_fast_pskip
Fix output change regression introduced in 418c954e318.
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=bf600db2a0c43979d509fee9c196dbe9bf78601c
---
libavcodec/libx264.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/libavcodec/libx264.c b/libavcodec/libx264.c
index ce849d6c9a..cc5e1ba5b1 100644
--- a/libavcodec/libx264.c
+++ b/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 ?
More information about the ffmpeg-cvslog
mailing list