ffmpeg | branch: master | John Adlum <john.adlum@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 <[email protected]> > 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. */ _______________________________________________ ffmpeg-cvslog mailing list [email protected] http://ffmpeg.org/mailman/listinfo/ffmpeg-cvslog
