comparison 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
comparison
equal deleted inserted replaced
1166:54384dc71fe7 1167:35b80080b2db
21 * @file dvdata.h 21 * @file dvdata.h
22 * Constants for DV codec. 22 * Constants for DV codec.
23 */ 23 */
24 24
25 #define NB_DV_VLC 409 25 #define NB_DV_VLC 409
26 #define AAUX_OFFSET (80*6 + 80*16*3 + 3) 26 #define AAUX_AS_OFFSET (80*6 + 80*16*3 + 3)
27 #define AAUX_ASC_OFFSET (80*6 + 80*16*4 + 3)
28 #define VAUX_TC61_OFFSET (80*5 + 48 + 5)
27 29
28 static const uint16_t dv_vlc_bits[409] = { 30 static const uint16_t dv_vlc_bits[409] = {
29 0x0000, 0x0002, 0x0007, 0x0008, 0x0009, 0x0014, 0x0015, 0x0016, 31 0x0000, 0x0002, 0x0007, 0x0008, 0x0009, 0x0014, 0x0015, 0x0016,
30 0x0017, 0x0030, 0x0031, 0x0032, 0x0033, 0x0068, 0x0069, 0x006a, 32 0x0017, 0x0030, 0x0031, 0x0032, 0x0033, 0x0068, 0x0069, 0x006a,
31 0x006b, 0x006c, 0x006d, 0x006e, 0x006f, 0x00e0, 0x00e1, 0x00e2, 33 0x006b, 0x006c, 0x006d, 0x006e, 0x006f, 0x00e0, 0x00e1, 0x00e2,