diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2003-04-04 13:45:45 +0000 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2003-04-04 13:45:45 +0000 |
commit | 6aafe463e5d1483b95ad259334c45d2741c92fb2 (patch) | |
tree | 463a55383d0006900ca7c0dbbf27465c49b11f6f /libavcodec/dvdata.h | |
parent | c9f97d8251e4c983aef846eb1e696de9f695c7d4 (diff) | |
download | ffmpeg-6aafe463e5d1483b95ad259334c45d2741c92fb2.tar.gz |
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>)
Originally committed as revision 1731 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/dvdata.h')
-rw-r--r-- | libavcodec/dvdata.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/libavcodec/dvdata.h b/libavcodec/dvdata.h index 29aea40224..bab69133e7 100644 --- a/libavcodec/dvdata.h +++ b/libavcodec/dvdata.h @@ -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, |