From d041a5989792426033c82770f609fc1086d84139 Mon Sep 17 00:00:00 2001 From: Kostya Shishkov Date: Sat, 29 Nov 2008 10:06:37 +0000 Subject: Add support for parsing and decoding DCA-HD streams. Originally committed as revision 15951 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/dca.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'libavcodec/dca.h') 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 */ -- cgit v1.2.3