summaryrefslogtreecommitdiff
path: root/libavcodec/dca.h
diff options
context:
space:
mode:
authorKostya Shishkov <kostya.shishkov@gmail.com>2008-11-29 10:06:37 +0000
committerKostya Shishkov <kostya.shishkov@gmail.com>2008-11-29 10:06:37 +0000
commitd041a5989792426033c82770f609fc1086d84139 (patch)
tree246632de6347e69f9b240542104c80420a67e951 /libavcodec/dca.h
parentd33ee3f2b11ea29d420675d6d6c9d61813007888 (diff)
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.h3
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 */