comparison dca.h @ 8226:ee1b8c54a603 libavcodec

Add support for parsing and decoding DCA-HD streams.
author kostya
date Sat, 29 Nov 2008 10:06:37 +0000
parents c4a4495715dd
children
comparison
equal deleted inserted replaced
8225:d133e597db2d 8226:ee1b8c54a603
29 #define DCA_MARKER_RAW_BE 0x7FFE8001 29 #define DCA_MARKER_RAW_BE 0x7FFE8001
30 #define DCA_MARKER_RAW_LE 0xFE7F0180 30 #define DCA_MARKER_RAW_LE 0xFE7F0180
31 #define DCA_MARKER_14B_BE 0x1FFFE800 31 #define DCA_MARKER_14B_BE 0x1FFFE800
32 #define DCA_MARKER_14B_LE 0xFF1F00E8 32 #define DCA_MARKER_14B_LE 0xFF1F00E8
33 33
34 /** DCA-HD specific block starts with this marker. */
35 #define DCA_HD_MARKER 0x64582025
36
34 #endif /* AVCODEC_DCA_H */ 37 #endif /* AVCODEC_DCA_H */