Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
videolan
vlc
Commits
5e3714e4
Commit
5e3714e4
authored
Sep 28, 2013
by
Daniel Verkamp
Committed by
Jean-Baptiste Kempf
Sep 28, 2013
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add IMC wave tag to FourCC mapping
Signed-off-by:
Jean-Baptiste Kempf
<
jb@videolan.org
>
parent
9428abb6
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
include/vlc_codecs.h
include/vlc_codecs.h
+2
-0
No files found.
include/vlc_codecs.h
View file @
5e3714e4
...
@@ -257,6 +257,7 @@ ATTR_PACKED
...
@@ -257,6 +257,7 @@ ATTR_PACKED
#define WAVE_FORMAT_ATRAC3 0x0270
/* Atrac3, != from MSDN doc */
#define WAVE_FORMAT_ATRAC3 0x0270
/* Atrac3, != from MSDN doc */
#define WAVE_FORMAT_SONY_ATRAC3 0x0272
/* Atrac3, != from MSDN doc */
#define WAVE_FORMAT_SONY_ATRAC3 0x0272
/* Atrac3, != from MSDN doc */
#define WAVE_FORMAT_IMC 0x0401
#define WAVE_FORMAT_INDEO_AUDIO 0x0402
/* Indeo Audio Coder */
#define WAVE_FORMAT_INDEO_AUDIO 0x0402
/* Indeo Audio Coder */
#define WAVE_FORMAT_AAC_2 0x1601
/* Other AAC */
#define WAVE_FORMAT_AAC_2 0x1601
/* Other AAC */
...
@@ -409,6 +410,7 @@ wave_format_tag_to_fourcc[] =
...
@@ -409,6 +410,7 @@ wave_format_tag_to_fourcc[] =
{
WAVE_FORMAT_GSM_AMR
,
VLC_CODEC_AMR_NB
,
"GSM-AMR Audio VBR, SID"
},
{
WAVE_FORMAT_GSM_AMR
,
VLC_CODEC_AMR_NB
,
"GSM-AMR Audio VBR, SID"
},
{
WAVE_FORMAT_ULEAD_DV_AUDIO_NTSC
,
VLC_CODEC_ULEAD_DV_AUDIO_NTSC
,
"Ulead DV audio NTSC"
},
{
WAVE_FORMAT_ULEAD_DV_AUDIO_NTSC
,
VLC_CODEC_ULEAD_DV_AUDIO_NTSC
,
"Ulead DV audio NTSC"
},
{
WAVE_FORMAT_ULEAD_DV_AUDIO_PAL
,
VLC_CODEC_ULEAD_DV_AUDIO_PAL
,
"Ulead DV audio PAL"
},
{
WAVE_FORMAT_ULEAD_DV_AUDIO_PAL
,
VLC_CODEC_ULEAD_DV_AUDIO_PAL
,
"Ulead DV audio PAL"
},
{
WAVE_FORMAT_IMC
,
VLC_CODEC_IMC
,
"IMC"
},
{
WAVE_FORMAT_INDEO_AUDIO
,
VLC_CODEC_INDEO_AUDIO
,
"Indeo Audio Coder"
},
{
WAVE_FORMAT_INDEO_AUDIO
,
VLC_CODEC_INDEO_AUDIO
,
"Indeo Audio Coder"
},
{
WAVE_FORMAT_VOXWARE_RT29
,
VLC_CODEC_METASOUND
,
"VoxWare MetaSound"
},
{
WAVE_FORMAT_VOXWARE_RT29
,
VLC_CODEC_METASOUND
,
"VoxWare MetaSound"
},
...
...
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