From: Michael Niedermayer Date: Tue, 8 Jan 2008 20:08:02 +0000 (+0000) Subject: Remove extra word. X-Git-Tag: v0.5~6509 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=806096201bce883469ae5536658856ed8fd0a0b4;p=platform%2Fupstream%2Flibav.git Remove extra word. Originally committed as revision 11464 to svn://svn.ffmpeg.org/ffmpeg/trunk --- diff --git a/doc/snow.txt b/doc/snow.txt index 694da6f..b75aed1 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 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 seen so far.