comparison w32thread.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
54 54
55 return 0; 55 return 0;
56 } 56 }
57 57
58 /** 58 /**
59 * free what has been allocated by avcodec_thread_init(). 59 * Free what has been allocated by avcodec_thread_init().
60 * must be called after decoding has finished, especially dont call while avcodec_thread_execute() is running 60 * Must be called after decoding has finished, especially do not call while avcodec_thread_execute() is running.
61 */ 61 */
62 void avcodec_thread_free(AVCodecContext *s){ 62 void avcodec_thread_free(AVCodecContext *s){
63 ThreadContext *c= s->thread_opaque; 63 ThreadContext *c= s->thread_opaque;
64 int i; 64 int i;
65 65