comparison beosthread.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
71 71
72 return B_OK; 72 return B_OK;
73 } 73 }
74 74
75 /** 75 /**
76 * free what has been allocated by avcodec_thread_init(). 76 * Free what has been allocated by avcodec_thread_init().
77 * must be called after decoding has finished, especially dont call while avcodec_thread_execute() is running 77 * Must be called after decoding has finished, especially do not call while avcodec_thread_execute() is running.
78 */ 78 */
79 void avcodec_thread_free(AVCodecContext *s){ 79 void avcodec_thread_free(AVCodecContext *s){
80 ThreadContext *c= s->thread_opaque; 80 ThreadContext *c= s->thread_opaque;
81 int i; 81 int i;
82 int32 ret; 82 int32 ret;