Browse Source

argh s/ffmpeg/snow/

Originally committed as revision 11466 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
Michael Niedermayer 18 years ago
parent
commit
482e74ad0d
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      doc/snow.txt

+ 1
- 1
doc/snow.txt View File

@@ -312,7 +312,7 @@ FIXME
The implemented range coder is an adapted version based upon "Range encoding: The implemented range coder is an adapted version based upon "Range encoding:
an algorithm for removing redundancy from a digitised message." by G. N. N. an algorithm for removing redundancy from a digitised message." by G. N. N.
Martin. Martin.
The symbols encoded by the ffmpeg range coder are bits (0|1). The
The symbols encoded by the snow range coder are bits (0|1). The
associated probabilities are not fix but change depending on the symbol mix associated probabilities are not fix but change depending on the symbol mix
seen so far. seen so far.




Loading…
Cancel
Save