[FFmpeg-cvslog] alac: Fix order of values in comment

chinshou git at videolan.org
Tue Mar 19 13:32:44 CET 2013


ffmpeg | branch: master | chinshou <chinshou1976 at gmail.com> | Tue Mar 19 13:27:53 2013 +0100| [b619a54853621f56631f3af1674ea450c8f5bbc3] | committer: Michael Niedermayer

alac: Fix order of values in comment

Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=b619a54853621f56631f3af1674ea450c8f5bbc3
---

 libavcodec/alac.c |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/libavcodec/alac.c b/libavcodec/alac.c
index be82743..0018b9a 100644
--- a/libavcodec/alac.c
+++ b/libavcodec/alac.c
@@ -36,8 +36,8 @@
  *  8bit  compatible version   (0)
  *  8bit  sample size
  *  8bit  history mult         (40)
- *  8bit  initial history      (14)
- *  8bit  rice param limit     (10)
+ *  8bit  initial history      (10)
+ *  8bit  rice param limit     (14)
  *  8bit  channels
  * 16bit  maxRun               (255)
  * 32bit  max coded frame size (0 means unknown)



More information about the ffmpeg-cvslog mailing list