]> git.sesse.net Git - ffmpeg/commitdiff
avcodec/pthread_frame: Correcting typo of "occurred"
authorJohn Adlum <john.adlum@nospam>
Wed, 1 Jul 2015 15:12:49 +0000 (17:12 +0200)
committerMichael Niedermayer <michaelni@gmx.at>
Wed, 1 Jul 2015 16:47:44 +0000 (18:47 +0200)
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
libavcodec/pthread_frame.c

index d48ee33edf1885c56c08d25faea887ca9a97498f..a8789ae4644e8d5dff8572d7dda2c65f5f56e537 100644 (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.
      */