]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/dca.h
Merge remote branch 'qatar/master'
[ffmpeg] / libavcodec / dca.h
index 389571909ed34d23433eeb207793665e43aa534b..02c0a51ea844fec09163f22ba877edbb20ad8287 100644 (file)
@@ -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 */