[FFmpeg-cvslog] avcodec/dca: add REV1AUX sync word

foo86 git at videolan.org
Sun Jan 31 17:14:12 CET 2016


ffmpeg | branch: master | foo86 <foobaz86 at gmail.com> | Thu Jan  7 16:37:46 2016 +0300| [64f6d17b405b4b4f09071ea40acefbf0fa842b38] | committer: Hendrik Leppkes

avcodec/dca: add REV1AUX sync word

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=64f6d17b405b4b4f09071ea40acefbf0fa842b38
---

 libavcodec/dca_syncwords.h |    1 +
 1 file changed, 1 insertion(+)

diff --git a/libavcodec/dca_syncwords.h b/libavcodec/dca_syncwords.h
index 6981cb8..4d2cd5f 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 */



More information about the ffmpeg-cvslog mailing list