ffmpeg | branch: master | Ramiro Polla <ramiro.po...@gmail.com> | Tue Jun  4 
15:05:35 2024 +0200| [2d24a80e5e419217f4e9ae22ab85a92a069756e0] | committer: 
Ramiro Polla

avcodec/mpegvideo_enc: give magic number a name

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=2d24a80e5e419217f4e9ae22ab85a92a069756e0
---

 libavcodec/mpegvideo_enc.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libavcodec/mpegvideo_enc.c b/libavcodec/mpegvideo_enc.c
index 73a9082265..82bab43e14 100644
--- a/libavcodec/mpegvideo_enc.c
+++ b/libavcodec/mpegvideo_enc.c
@@ -562,7 +562,7 @@ av_cold int ff_mpv_encode_init(AVCodecContext *avctx)
 
     if ((s->mpv_flags & FF_MPV_FLAG_QP_RD) &&
         avctx->mb_decision != FF_MB_DECISION_RD) {
-        av_log(avctx, AV_LOG_ERROR, "QP RD needs mbd=2\n");
+        av_log(avctx, AV_LOG_ERROR, "QP RD needs mbd=rd\n");
         return AVERROR(EINVAL);
     }
 

_______________________________________________
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