summaryrefslogtreecommitdiff
path: root/libavcodec/dca.h
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2015-03-04 19:24:12 +0100
committerMichael Niedermayer <michaelni@gmx.at>2015-03-04 19:28:53 +0100
commit87db7e777262a7800cc6c76e07870f7a8f6301ed (patch)
treea9ddb30c4f4408ba8a136f13c84d322ba9ea79b6 /libavcodec/dca.h
parent634ce8ddad6b2c03d24bce12ba69f9217729d3f5 (diff)
parent25f613f8be3b51e4396b93cda131e4631ba54302 (diff)
Merge commit '25f613f8be3b51e4396b93cda131e4631ba54302'
* commit '25f613f8be3b51e4396b93cda131e4631ba54302': dca: Move syncword definitions to a separate header Conflicts: libavcodec/dca_parser.c libavformat/dtsdec.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavcodec/dca.h')
-rw-r--r--libavcodec/dca.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/libavcodec/dca.h b/libavcodec/dca.h
index 6078b2e846..c83fb891ce 100644
--- a/libavcodec/dca.h
+++ b/libavcodec/dca.h
@@ -35,15 +35,6 @@
#include "fmtconvert.h"
#include "get_bits.h"
-/** DCA syncwords, also used for bitstream type detection */
-#define DCA_MARKER_RAW_BE 0x7FFE8001
-#define DCA_MARKER_RAW_LE 0xFE7F0180
-#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
-
#define DCA_PRIM_CHANNELS_MAX (7)
#define DCA_ABITS_MAX (32) /* Should be 28 */
#define DCA_SUBSUBFRAMES_MAX (4)