Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfoo86 <foobaz86@gmail.com>2016-01-07 16:37:46 +0300
committerHendrik Leppkes <h.leppkes@gmail.com>2016-01-31 19:09:38 +0300
commit64f6d17b405b4b4f09071ea40acefbf0fa842b38 (patch)
tree8cb931926a1b25edde78b79db7cbf2c8de06b92e /libavcodec/dca_syncwords.h
parent46089967722f74e794865a044f5f682f26628802 (diff)
avcodec/dca: add REV1AUX sync word
Diffstat (limited to 'libavcodec/dca_syncwords.h')
-rw-r--r--libavcodec/dca_syncwords.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/dca_syncwords.h b/libavcodec/dca_syncwords.h
index 6981cb80b5..4d2cd5f56d 100644
--- a/libavcodec/dca_syncwords.h
+++ b/libavcodec/dca_syncwords.h
@@ -31,5 +31,6 @@
#define DCA_SYNCWORD_XLL 0x41A29547U
#define DCA_SYNCWORD_SUBSTREAM 0x64582025U
#define DCA_SYNCWORD_SUBSTREAM_CORE 0x02B09261U
+#define DCA_SYNCWORD_REV1AUX 0x9A1105A0U
#endif /* AVCODEC_DCA_SYNCWORDS_H */