[FFmpeg-cvslog] r9570 - trunk/libavcodec/alac.c

vitor subversion
Tue Jul 10 05:40:37 CEST 2007


Author: vitor
Date: Tue Jul 10 05:40:37 2007
New Revision: 9570

Log:
Port some useful comments from newest version of David Hammerton's decoder (from which alac.c is based)

Modified:
   trunk/libavcodec/alac.c

Modified: trunk/libavcodec/alac.c
==============================================================================
--- trunk/libavcodec/alac.c	(original)
+++ trunk/libavcodec/alac.c	Tue Jul 10 05:40:37 2007
@@ -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 */
 




More information about the ffmpeg-cvslog mailing list