diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2008-01-08 21:28:55 +0000 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2008-01-08 21:28:55 +0000 |
commit | 482e74ad0dc5b53fbb6818d6eb2ccbf334bcc00e (patch) | |
tree | 697f1c7c603ff0acf255aa3b3fd8062a50eacde4 | |
parent | ca087dbc0d2a03ab6752bf8ed60286ed166b42df (diff) | |
download | ffmpeg-482e74ad0dc5b53fbb6818d6eb2ccbf334bcc00e.tar.gz |
argh s/ffmpeg/snow/
Originally committed as revision 11466 to svn://svn.ffmpeg.org/ffmpeg/trunk
-rw-r--r-- | doc/snow.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/snow.txt b/doc/snow.txt index c3fac21740..897162b0e3 100644 --- a/doc/snow.txt +++ b/doc/snow.txt @@ -312,7 +312,7 @@ FIXME 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. 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 seen so far. |