Here's a small one to eliminate two typos.

Diego
Index: libmpeg2/slice.c
===================================================================
--- libmpeg2/slice.c	(revision 1166)
+++ libmpeg2/slice.c	(working copy)
@@ -503,7 +503,7 @@
 	    } else {
 
 		/* end of block. I commented out this code because if we */
-		/* dont exit here we will still exit at the later test :) */
+		/* do not exit here we will still exit at the later test :) */
 
 		/* if (i >= 128) break;	*/	/* end of block */
 
Index: libmpeg2/header.c
===================================================================
--- libmpeg2/header.c	(revision 1166)
+++ libmpeg2/header.c	(working copy)
@@ -466,7 +466,7 @@
     if (mpeg2dec->sequence.width != (unsigned)-1) {
 	/*
 	 * According to 6.1.1.6, repeat sequence headers should be
-	 * identical to the original. However some encoders dont
+	 * identical to the original. However some encoders do not
 	 * respect that and change various fields (including bitrate
 	 * and aspect ratio) in the repeat sequence headers. So we
 	 * choose to be as conservative as possible and only restart
-------------------------------------------------------------------------
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Don't miss this year's exciting event. There's still time to save $100. 
Use priority code J8TL2D2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
_______________________________________________
Libmpeg2-devel mailing list
Libmpeg2-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/libmpeg2-devel

Reply via email to