Mercurial > libavcodec.hg
comparison os2thread.c @ 5127:4dbe6578f811 libavcodec
misc spelling fixes
| author | diego |
|---|---|
| date | Tue, 12 Jun 2007 09:29:25 +0000 |
| parents | f99e40a7155b |
| children | 2b72f9bc4f06 |
comparison
equal
deleted
inserted
replaced
| 5126:7982b376b58a | 5127:4dbe6578f811 |
|---|---|
| 60 return; | 60 return; |
| 61 } | 61 } |
| 62 | 62 |
| 63 /** | 63 /** |
| 64 * free what has been allocated by avcodec_thread_init(). | 64 * free what has been allocated by avcodec_thread_init(). |
| 65 * must be called after decoding has finished, especially dont call while avcodec_thread_execute() is running | 65 * must be called after decoding has finished, especially do not call while avcodec_thread_execute() is running |
| 66 */ | 66 */ |
| 67 void avcodec_thread_free(AVCodecContext *s){ | 67 void avcodec_thread_free(AVCodecContext *s){ |
| 68 ThreadContext *c= s->thread_opaque; | 68 ThreadContext *c= s->thread_opaque; |
| 69 int i; | 69 int i; |
| 70 | 70 |
