summaryrefslogtreecommitdiff
path: root/libavcodec/pthread_frame.c
diff options
context:
space:
mode:
authorJohn Adlum <john.adlum@nospam>2015-07-01 17:12:49 +0200
committerMichael Niedermayer <michaelni@gmx.at>2015-07-01 18:47:44 +0200
commit089a818bd3cd01d834301339ee14d95624140303 (patch)
tree7e2d3a3b0f1abc72a24e19bfe3b16052067bf688 /libavcodec/pthread_frame.c
parent2eb28e889d9c16914e547cc128db521b5d6c5390 (diff)
avcodec/pthread_frame: Correcting typo of "occurred"
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavcodec/pthread_frame.c')
-rw-r--r--libavcodec/pthread_frame.c2
1 files changed, 1 insertions, 1 deletions
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.
*/