Remove extra word.

Originally committed as revision 11464 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Michael Niedermayer 2008-01-08 20:08:02 +00:00
parent e55a4dd328
commit 806096201b

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 encoded symbols encoded by the ffmpeg range coder are bits (0|1). The The symbols encoded by the ffmpeg 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.