Commit 762f804c authored by Lars Täuber's avatar Lars Täuber Committed by Michael Niedermayer

Nitpicks patch by Lars Täuber.

Originally committed as revision 11508 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 812f29ff
...@@ -321,7 +321,7 @@ seen so far. ...@@ -321,7 +321,7 @@ seen so far.
bit seen | new state bit seen | new state
---------+-------------------------------------------- ---------+-----------------------------------------------
0 | 256 - state_transition_table[256 - old_state]; 0 | 256 - state_transition_table[256 - old_state];
1 | state_transition_table[ old_state]; 1 | state_transition_table[ old_state];
...@@ -347,7 +347,7 @@ FIXME ...@@ -347,7 +347,7 @@ FIXME
Range Coding of integers: Range Coding of integers:
-------------------------- -------------------------
FIXME FIXME
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment