ffmpeg | branch: master | Stefano Sabatini <stefa...@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 ?

_______________________________________________
ffmpeg-cvslog mailing list
ffmpeg-cvslog@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-cvslog

To unsubscribe, visit link above, or email
ffmpeg-cvslog-requ...@ffmpeg.org with subject "unsubscribe".

Reply via email to