avcodec/pthread_frame: Correcting typo of "occurred"

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
John Adlum 2015-07-01 17:12:49 +02:00 committed by Michael Niedermayer
parent 2eb28e889d
commit 089a818bd3

View File

@ -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.
*/