]> git.sesse.net Git - vlc/commitdiff
minor corrections
authorRocky Bernstein <rocky@videolan.org>
Mon, 6 Feb 2006 15:30:30 +0000 (15:30 +0000)
committerRocky Bernstein <rocky@videolan.org>
Mon, 6 Feb 2006 15:30:30 +0000 (15:30 +0000)
doc/subtitles/svcd-ogt-subtitles.txt

index 3c2777b4c0f7946e0d952d771e2aaabb02ecd18c..a08385e032e68d44d1c66b38704bca7d37594092 100644 (file)
@@ -75,7 +75,8 @@ This value must be even.
 
 * Command (1 byte) 
 
-  >>6: 1 shift command, (cmd>>4)&3 is the direction (0=top, 1=left, 2 = right, 3 >>= bottom)
+if cmd>>6 == 1 then a shift command and (cmd>>4)&3 is the
+direction. 0=top, 1=left, 2 = right, 3 = bottom
 
 * Odd-field data offset (2 bytes) 
 
@@ -94,7 +95,7 @@ overlayed on top of.
 The image is encoded using two bits per pixel that select a palette
 entry except that value 0 starts a limited run-length encoding for
 color 0. When 0 is seen, the next two bits encode one less than
-thenumber of pixels, so we can encode run lengths from 1 to 4. These
+the number of pixels, so we can encode run lengths from 1 to 4. These
 get filled with the color in palette entry 0.
 
 The encoding of each line is padded to a whole number of bytes. The