diff options
author | chinshou <chinshou1976@gmail.com> | 2013-03-19 13:27:53 +0100 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2013-03-19 13:28:29 +0100 |
commit | b619a54853621f56631f3af1674ea450c8f5bbc3 (patch) | |
tree | 61e68c8ee3acb29a3ea70bdb36ca019c813ee454 /libavcodec/alac.c | |
parent | 8d0da20ca6c7bee4f4029d2a3449fb707c9446ef (diff) | |
download | ffmpeg-b619a54853621f56631f3af1674ea450c8f5bbc3.tar.gz |
alac: Fix order of values in comment
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavcodec/alac.c')
-rw-r--r-- | libavcodec/alac.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libavcodec/alac.c b/libavcodec/alac.c index be827437f4..0018b9aedb 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) |