diff libmpcodecs/vd_ffmpeg.c @ 11000:6e35326c742f

many small typo and grammar fixes Based on Bernard Leak's mail <bernard 4t brenda-arkle.demon.co.uk>
author gabucino
date Sat, 04 Oct 2003 17:29:08 +0000
parents 98dc548dbf2d
children cc5944174c46
line wrap: on
line diff
--- a/libmpcodecs/vd_ffmpeg.c	Sat Oct 04 07:53:20 2003 +0000
+++ b/libmpcodecs/vd_ffmpeg.c	Sat Oct 04 17:29:08 2003 +0000
@@ -30,7 +30,7 @@
 #endif
 
 #if LIBAVCODEC_BUILD < 4641
-#error we dont support libavcodec prior to build 4641, get the latest libavcodec CVS
+#error we do not support libavcodec prior to build 4641, get the latest libavcodec CVS
 #endif
 
 #if LIBAVCODEC_BUILD < 4645
@@ -469,7 +469,7 @@
     mpi= mpcodecs_get_image(sh,type, flags,
 			(width+align)&(~align), (height+align)&(~align));
 
-    // ok, lets see what did we get:
+    // ok, let's see what did we get:
     if(  mpi->flags&MP_IMGFLAG_DRAW_CALLBACK &&
        !(mpi->flags&MP_IMGFLAG_DIRECT)){
 	// nice, filter/vo likes draw_callback :)