Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
F
ffmpeg.wasm-core
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Linshizhi
ffmpeg.wasm-core
Commits
4da5aacc
Commit
4da5aacc
authored
Mar 12, 2015
by
Diego Biurrun
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
dca: Mark syncword constants unsigned; they do not fit in 32-bit signed int
parent
247e370e
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
12 deletions
+12
-12
dca_syncwords.h
libavcodec/dca_syncwords.h
+12
-12
No files found.
libavcodec/dca_syncwords.h
View file @
4da5aacc
...
...
@@ -20,18 +20,18 @@
#define AVCODEC_DCA_SYNCWORDS_H
enum
DCASyncwords
{
DCA_SYNCWORD_CORE_BE
=
0x7FFE8001
,
DCA_SYNCWORD_CORE_LE
=
0xFE7F0180
,
DCA_SYNCWORD_CORE_14B_BE
=
0x1FFFE800
,
DCA_SYNCWORD_CORE_14B_LE
=
0xFF1F00E8
,
DCA_SYNCWORD_XCH
=
0x5A5A5A5A
,
DCA_SYNCWORD_XXCH
=
0x47004A03
,
DCA_SYNCWORD_X96
=
0x1D95F262
,
DCA_SYNCWORD_XBR
=
0x655E315E
,
DCA_SYNCWORD_LBR
=
0x0A801921
,
DCA_SYNCWORD_XLL
=
0x41A29547
,
DCA_SYNCWORD_SUBSTREAM
=
0x64582025
,
DCA_SYNCWORD_SUBSTREAM_CORE
=
0x02B09261
,
DCA_SYNCWORD_CORE_BE
=
0x7FFE8001
U
,
DCA_SYNCWORD_CORE_LE
=
0xFE7F0180
U
,
DCA_SYNCWORD_CORE_14B_BE
=
0x1FFFE800
U
,
DCA_SYNCWORD_CORE_14B_LE
=
0xFF1F00E8
U
,
DCA_SYNCWORD_XCH
=
0x5A5A5A5A
U
,
DCA_SYNCWORD_XXCH
=
0x47004A03
U
,
DCA_SYNCWORD_X96
=
0x1D95F262
U
,
DCA_SYNCWORD_XBR
=
0x655E315E
U
,
DCA_SYNCWORD_LBR
=
0x0A801921
U
,
DCA_SYNCWORD_XLL
=
0x41A29547
U
,
DCA_SYNCWORD_SUBSTREAM
=
0x64582025
U
,
DCA_SYNCWORD_SUBSTREAM_CORE
=
0x02B09261
U
,
};
#endif
/* AVCODEC_DCA_SYNCWORDS_H */
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment