diff options
author | Diego Biurrun <diego@biurrun.de> | 2015-02-25 13:50:15 +0100 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2015-03-04 13:29:33 +0100 |
commit | 25f613f8be3b51e4396b93cda131e4631ba54302 (patch) | |
tree | 1756308545fcc7ac113d975027085e63787942bd /libavcodec/dca.h | |
parent | 1dc19729e92a96620000e09eba8e58cb458c9486 (diff) | |
download | ffmpeg-25f613f8be3b51e4396b93cda131e4631ba54302.tar.gz |
dca: Move syncword definitions to a separate header
Diffstat (limited to 'libavcodec/dca.h')
-rw-r--r-- | libavcodec/dca.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/libavcodec/dca.h b/libavcodec/dca.h index e3ec5ca1f2..54643c99a5 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) |