diff options
author | Kostya Shishkov <kostya.shishkov@gmail.com> | 2008-11-29 10:06:37 +0000 |
---|---|---|
committer | Kostya Shishkov <kostya.shishkov@gmail.com> | 2008-11-29 10:06:37 +0000 |
commit | d041a5989792426033c82770f609fc1086d84139 (patch) | |
tree | 246632de6347e69f9b240542104c80420a67e951 /libavcodec/dca.h | |
parent | d33ee3f2b11ea29d420675d6d6c9d61813007888 (diff) | |
download | ffmpeg-d041a5989792426033c82770f609fc1086d84139.tar.gz |
Add support for parsing and decoding DCA-HD streams.
Originally committed as revision 15951 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/dca.h')
-rw-r--r-- | libavcodec/dca.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libavcodec/dca.h b/libavcodec/dca.h index 389571909e..02c0a51ea8 100644 --- a/libavcodec/dca.h +++ b/libavcodec/dca.h @@ -31,4 +31,7 @@ #define DCA_MARKER_14B_BE 0x1FFFE800 #define DCA_MARKER_14B_LE 0xFF1F00E8 +/** DCA-HD specific block starts with this marker. */ +#define DCA_HD_MARKER 0x64582025 + #endif /* AVCODEC_DCA_H */ |