OSDN Git Service

Nitpicks patch by Lars Täuber.
authorLars Täuber <lars.taeuber@gmx.net>
Fri, 11 Jan 2008 19:45:09 +0000 (19:45 +0000)
committerMichael Niedermayer <michaelni@gmx.at>
Fri, 11 Jan 2008 19:45:09 +0000 (19:45 +0000)
Originally committed as revision 11508 to svn://svn.ffmpeg.org/ffmpeg/trunk

doc/snow.txt

index 1d75fe2..d2945f2 100644 (file)
@@ -321,7 +321,7 @@ seen so far.
 
 
 bit seen | new state
----------+--------------------------------------------
+---------+-----------------------------------------------
     0    | 256 - state_transition_table[256 - old_state];
     1    |       state_transition_table[      old_state];
 
@@ -347,7 +347,7 @@ FIXME
 
 
 Range Coding of integers:
---------------------------
+-------------------------
 FIXME