diff dvdata.h @ 1167:35b80080b2db libavcodec

support for DV aspect ratio and erroneous audio patch by (Dan Dennedy (dan at dennedy dot org) and Roman Shaposhnick <rvs at sun dot com>)
author michaelni
date Fri, 04 Apr 2003 13:45:45 +0000
parents 1e39f273ecd6
children 337d13aee605
line wrap: on
line diff
--- a/dvdata.h	Fri Apr 04 13:36:07 2003 +0000
+++ b/dvdata.h	Fri Apr 04 13:45:45 2003 +0000
@@ -23,7 +23,9 @@
  */
  
 #define NB_DV_VLC 409
-#define AAUX_OFFSET (80*6 + 80*16*3 + 3)
+#define AAUX_AS_OFFSET  (80*6 + 80*16*3 + 3)
+#define AAUX_ASC_OFFSET (80*6 + 80*16*4 + 3)
+#define VAUX_TC61_OFFSET (80*5 + 48 + 5)
 
 static const uint16_t dv_vlc_bits[409] = {
  0x0000, 0x0002, 0x0007, 0x0008, 0x0009, 0x0014, 0x0015, 0x0016,