1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-08-04 22:03:09 +02:00

avcodec/rv34: Fix spelling mistake

Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
This commit is contained in:
Andreas Rheinhardt
2025-06-23 08:54:47 +02:00
parent fa02dea036
commit 01ffe103e5

View File

@ -1800,7 +1800,7 @@ int ff_rv34_decode_frame(AVCodecContext *avctx, AVFrame *pict,
*got_picture_ptr = ret; *got_picture_ptr = ret;
} else if (HAVE_THREADS && } else if (HAVE_THREADS &&
(s->avctx->active_thread_type & FF_THREAD_FRAME)) { (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 /* always mark the current frame as finished, frame-mt supports
* only complete frames */ * only complete frames */
ff_er_frame_end(&s->er, NULL); ff_er_frame_end(&s->er, NULL);