mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-03-11 06:58:18 +00:00
avcodec/dca: add REV1AUX sync word
This commit is contained in:
parent
4608996772
commit
64f6d17b40
@ -31,5 +31,6 @@
|
|||||||
#define DCA_SYNCWORD_XLL 0x41A29547U
|
#define DCA_SYNCWORD_XLL 0x41A29547U
|
||||||
#define DCA_SYNCWORD_SUBSTREAM 0x64582025U
|
#define DCA_SYNCWORD_SUBSTREAM 0x64582025U
|
||||||
#define DCA_SYNCWORD_SUBSTREAM_CORE 0x02B09261U
|
#define DCA_SYNCWORD_SUBSTREAM_CORE 0x02B09261U
|
||||||
|
#define DCA_SYNCWORD_REV1AUX 0x9A1105A0U
|
||||||
|
|
||||||
#endif /* AVCODEC_DCA_SYNCWORDS_H */
|
#endif /* AVCODEC_DCA_SYNCWORDS_H */
|
||||||
|
Loading…
Reference in New Issue
Block a user