diff mbox series

[FFmpeg-devel,3/5] avcodec/dovi_rpuenc: fix compaatibility

Message ID 20240503215502.1509887-3-michael@niedermayer.cc
State Accepted
Commit 73d6d9f1292424a09756c56b279b8764ef0befeb
Headers show
Series [FFmpeg-devel,1/5] avcodec/decode: decode_simple_internal() only implements audio and video | expand

Commit Message

Michael Niedermayer May 3, 2024, 9:55 p.m. UTC
Fixes: a frequency
Found while reviewing: CID1596607

Sponsored-by: Sovereign Tech Fund
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
---
 libavcodec/dovi_rpuenc.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/libavcodec/dovi_rpuenc.c b/libavcodec/dovi_rpuenc.c
index 80dc22234a9..7e0292533bd 100644
--- a/libavcodec/dovi_rpuenc.c
+++ b/libavcodec/dovi_rpuenc.c
@@ -139,7 +139,7 @@  int ff_dovi_configure(DOVIContext *s, AVCodecContext *avctx)
     if (!dv_profile || bl_compat_id < 0) {
         if (s->enable > 0) {
             av_log(s->logctx, AV_LOG_ERROR, "Dolby Vision enabled, but could "
-                   "not determine profile and compaatibility mode. Double-check "
+                   "not determine profile and compatibility mode. Double-check "
                    "colorspace and format settings for compatibility?\n");
             return AVERROR(EINVAL);
         }