diff 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
line wrap: on
line diff
--- a/libmpcodecs/vd_ffmpeg.c	Sat Feb 24 10:19:41 2007 +0000
+++ b/libmpcodecs/vd_ffmpeg.c	Sat Feb 24 10:27:14 2007 +0000
@@ -197,7 +197,7 @@
                     if(s->codec->decode)
                         type= MSGT_DECVIDEO;
                 }
-                //FIXME subtitles, encoders (what msgt for them? there is no appropiate ...)
+                //FIXME subtitles, encoders (what msgt for them? there is no appropriate ...)
             }
         }else if(!strcmp(avc->class_name, "AVFormatContext")){
 #if 0 //needs libavformat include FIXME iam too lazy to do this cleanly,probably the whole should be moved out of this file ...