OSDN Git Service

alac: Fix order of values in comment
authorchinshou <chinshou1976@gmail.com>
Tue, 19 Mar 2013 12:27:53 +0000 (13:27 +0100)
committerMichael Niedermayer <michaelni@gmx.at>
Tue, 19 Mar 2013 12:28:29 +0000 (13:28 +0100)
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
libavcodec/alac.c

index be82743..0018b9a 100644 (file)
@@ -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)