Commit 089a818b authored by John Adlum's avatar John Adlum Committed by Michael Niedermayer

avcodec/pthread_frame: Correcting typo of "occurred"

Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent 2eb28e88
...@@ -475,7 +475,7 @@ int ff_thread_decode_frame(AVCodecContext *avctx, ...@@ -475,7 +475,7 @@ int ff_thread_decode_frame(AVCodecContext *avctx,
fctx->next_finished = finished; 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. * any thread, return it instead of 0.
* Otherwise the error can get lost. * Otherwise the error can get lost.
*/ */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment