diff --git a/libavcodec/pthread_frame.c b/libavcodec/pthread_frame.c index d48ee33edf..a8789ae464 100644 --- a/libavcodec/pthread_frame.c +++ b/libavcodec/pthread_frame.c @@ -475,7 +475,7 @@ int ff_thread_decode_frame(AVCodecContext *avctx, fctx->next_finished = finished; /* - * When no frame was found while flushing, but an error occured in + * When no frame was found while flushing, but an error occurred in * any thread, return it instead of 0. * Otherwise the error can get lost. */