mirror of
https://github.com/xenia-project/FFmpeg.git
synced 2024-11-24 20:19:55 +00:00
avcodec/pthread_frame: Correcting typo of "occurred"
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
2eb28e889d
commit
089a818bd3
@ -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.
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user