[FFmpeg-cvslog] avcodec/pthread_frame: Correcting typo of "occurred"

John Adlum git at videolan.org
Wed Jul 1 18:56:39 CEST 2015


ffmpeg | branch: master | John Adlum <john.adlum at nospam> | Wed Jul  1 17:12:49 2015 +0200| [089a818bd3cd01d834301339ee14d95624140303] | committer: Michael Niedermayer

avcodec/pthread_frame: Correcting typo of "occurred"

Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=089a818bd3cd01d834301339ee14d95624140303
---

 libavcodec/pthread_frame.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libavcodec/pthread_frame.c b/libavcodec/pthread_frame.c
index d48ee33..a8789ae 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.
      */



More information about the ffmpeg-cvslog mailing list