aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas Rheinhardt <andreas.rheinhardt@outlook.com>2025-06-23 08:54:47 +0200
committerAndreas Rheinhardt <andreas.rheinhardt@outlook.com>2025-07-03 20:35:32 +0200
commit01ffe103e5024f859ffe586ea63a791c0bf55bfa (patch)
tree5f3799aa2933dba330641221f33e18b4ed10d431
parentfa02dea036dda41133986f10e837e6310a8e4338 (diff)
downloadffmpeg-01ffe103e5024f859ffe586ea63a791c0bf55bfa.tar.gz
avcodec/rv34: Fix spelling mistake
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
-rw-r--r--libavcodec/rv34.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/rv34.c b/libavcodec/rv34.c
index bd8800ee5d..f78b91e7df 100644
--- a/libavcodec/rv34.c
+++ b/libavcodec/rv34.c
@@ -1800,7 +1800,7 @@ int ff_rv34_decode_frame(AVCodecContext *avctx, AVFrame *pict,
*got_picture_ptr = ret;
} else if (HAVE_THREADS &&
(s->avctx->active_thread_type & FF_THREAD_FRAME)) {
- av_log(avctx, AV_LOG_INFO, "marking unfished frame as finished\n");
+ av_log(avctx, AV_LOG_INFO, "marking unfinished frame as finished\n");
/* always mark the current frame as finished, frame-mt supports
* only complete frames */
ff_er_frame_end(&s->er, NULL);