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
1638d956
Commit
1638d956
authored
Mar 01, 2017
by
Carl Eugen Hoyos
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
lavf/matroska: Support QDMC.
parent
ba150051
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
0 deletions
+2
-0
matroska.c
libavformat/matroska.c
+1
-0
matroskaenc.c
libavformat/matroskaenc.c
+1
-0
No files found.
libavformat/matroska.c
View file @
1638d956
...
...
@@ -48,6 +48,7 @@ const CodecTags ff_mkv_codec_tags[]={
{
"A_PCM/INT/LIT"
,
AV_CODEC_ID_PCM_S24LE
},
{
"A_PCM/INT/LIT"
,
AV_CODEC_ID_PCM_S32LE
},
{
"A_PCM/INT/LIT"
,
AV_CODEC_ID_PCM_U8
},
{
"A_QUICKTIME/QDMC"
,
AV_CODEC_ID_QDMC
},
{
"A_QUICKTIME/QDM2"
,
AV_CODEC_ID_QDM2
},
{
"A_REAL/14_4"
,
AV_CODEC_ID_RA_144
},
{
"A_REAL/28_8"
,
AV_CODEC_ID_RA_288
},
...
...
libavformat/matroskaenc.c
View file @
1638d956
...
...
@@ -2528,6 +2528,7 @@ static const AVCodecTag additional_audio_tags[] = {
{
AV_CODEC_ID_PCM_S16BE
,
0xFFFFFFFF
},
{
AV_CODEC_ID_PCM_S24BE
,
0xFFFFFFFF
},
{
AV_CODEC_ID_PCM_S32BE
,
0xFFFFFFFF
},
{
AV_CODEC_ID_QDMC
,
0xFFFFFFFF
},
{
AV_CODEC_ID_QDM2
,
0xFFFFFFFF
},
{
AV_CODEC_ID_RA_144
,
0xFFFFFFFF
},
{
AV_CODEC_ID_RA_288
,
0xFFFFFFFF
},
...
...
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