diff options
author | Vitor Sessak <vitor1001@gmail.com> | 2007-07-10 03:40:37 +0000 |
---|---|---|
committer | Vitor Sessak <vitor1001@gmail.com> | 2007-07-10 03:40:37 +0000 |
commit | 5b154bd5cd7b6fdf6c97bc286bf3b10250855cf2 (patch) | |
tree | 70045524fe2763b44fdab14025895caabd9d12f5 /libavcodec/alac.c | |
parent | a9fd2b19219109e0919ab11804f4dc8b992c0af4 (diff) | |
download | ffmpeg-5b154bd5cd7b6fdf6c97bc286bf3b10250855cf2.tar.gz |
Port some useful comments from newest version of David Hammerton's decoder (from which alac.c is based)
Originally committed as revision 9570 to svn://svn.ffmpeg.org/ffmpeg/trunk
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 cc87c81e51..75e6b3e9c8 100644 --- a/libavcodec/alac.c +++ b/libavcodec/alac.c @@ -86,8 +86,8 @@ typedef struct { 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 */ |