comparison libmpcodecs/vd_ffmpeg.c @ 22316:f3d7a1b58a82

cosmetics: Fix some common typos, appropiate --> appropRiate, handEling --> handling, dependAnt --> dependEnt.
author diego
date Sat, 24 Feb 2007 10:27:14 +0000
parents de3ca43ae51e
children f3220a5807b5
comparison
equal deleted inserted replaced
22315:0a0191bc366d 22316:f3d7a1b58a82
195 type= MSGT_DECAUDIO; 195 type= MSGT_DECAUDIO;
196 }else if(s->codec->type == CODEC_TYPE_VIDEO){ 196 }else if(s->codec->type == CODEC_TYPE_VIDEO){
197 if(s->codec->decode) 197 if(s->codec->decode)
198 type= MSGT_DECVIDEO; 198 type= MSGT_DECVIDEO;
199 } 199 }
200 //FIXME subtitles, encoders (what msgt for them? there is no appropiate ...) 200 //FIXME subtitles, encoders (what msgt for them? there is no appropriate ...)
201 } 201 }
202 }else if(!strcmp(avc->class_name, "AVFormatContext")){ 202 }else if(!strcmp(avc->class_name, "AVFormatContext")){
203 #if 0 //needs libavformat include FIXME iam too lazy to do this cleanly,probably the whole should be moved out of this file ... 203 #if 0 //needs libavformat include FIXME iam too lazy to do this cleanly,probably the whole should be moved out of this file ...
204 AVFormatContext * s= ptr; 204 AVFormatContext * s= ptr;
205 if(s->iformat) 205 if(s->iformat)