diff options
Diffstat (limited to 'libavcodec/os2thread.c')
-rw-r--r-- | libavcodec/os2thread.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/os2thread.c b/libavcodec/os2thread.c index 82fd22e8a0..03df9117db 100644 --- a/libavcodec/os2thread.c +++ b/libavcodec/os2thread.c @@ -62,7 +62,7 @@ void thread_func(void *v){ /** * free what has been allocated by avcodec_thread_init(). - * must be called after decoding has finished, especially dont call while avcodec_thread_execute() is running + * must be called after decoding has finished, especially do not call while avcodec_thread_execute() is running */ void avcodec_thread_free(AVCodecContext *s){ ThreadContext *c= s->thread_opaque; |