diff options
author | Michael Niedermayer <michael@niedermayer.cc> | 2024-05-03 22:34:00 +0200 |
---|---|---|
committer | Michael Niedermayer <michael@niedermayer.cc> | 2024-05-13 03:40:18 +0200 |
commit | 73d6d9f1292424a09756c56b279b8764ef0befeb (patch) | |
tree | e5c7742e80818a3e7122d4e05b4bb49813ef3945 /libavcodec | |
parent | 46ad68084e4b1bb1c8f822a7252ce7351a17bac7 (diff) | |
download | ffmpeg-73d6d9f1292424a09756c56b279b8764ef0befeb.tar.gz |
avcodec/dovi_rpuenc: fix compaatibility
Fixes: a frequency
Found while reviewing: CID1596607
Sponsored-by: Sovereign Tech Fund
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
Diffstat (limited to 'libavcodec')
-rw-r--r-- | libavcodec/dovi_rpuenc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/dovi_rpuenc.c b/libavcodec/dovi_rpuenc.c index 5a482a7a6e..3c3e0f84c0 100644 --- a/libavcodec/dovi_rpuenc.c +++ b/libavcodec/dovi_rpuenc.c @@ -133,7 +133,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); } |