Mercurial > libavcodec.hg
changeset 5267:8256f8ec2fac libavcodec
Port some useful comments from newest version of David Hammerton's decoder (from which alac.c is based)
author | vitor |
---|---|
date | Tue, 10 Jul 2007 03:40:37 +0000 |
parents | 91fa81e4d14d |
children | 7583133469f1 |
files | alac.c |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/alac.c Mon Jul 09 22:15:07 2007 +0000 +++ b/alac.c Tue Jul 10 03:40:37 2007 +0000 @@ -86,8 +86,8 @@ uint8_t setinfo_rice_kmodifier; /* 0x0e */ uint8_t setinfo_7f; /* 0x02 */ uint16_t setinfo_80; /* 0x00ff */ - uint32_t setinfo_82; /* 0x000020e7 */ - uint32_t setinfo_86; /* 0x00069fe4 */ + uint32_t setinfo_82; /* 0x000020e7 */ /* max sample size?? */ + uint32_t setinfo_86; /* 0x00069fe4 */ /* bit rate (average)?? */ uint32_t setinfo_8a_rate; /* 0x0000ac44 */ /* end setinfo stuff */