Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Steve Lhomme
VLC
Commits
f0ea0a19
Commit
f0ea0a19
authored
Oct 18, 2005
by
dionoea
Browse files
* add qdm2 support. Thanks to the ffmpeg people for this new feature.
parent
ed646f0f
Changes
2
Hide whitespace changes
Inline
Side-by-side
NEWS
View file @
f0ea0a19
...
...
@@ -20,6 +20,7 @@ Input:
Decoders:
* Support for libSDL_image to import different image types
* Musepack decoder using libmpdec
* QDM2 audio support (needs ffmpeg from 19th oct 2005 or later)
Services discovery:
* UPnP service discovery
...
...
modules/codec/ffmpeg/ffmpeg.c
View file @
f0ea0a19
...
...
@@ -992,6 +992,10 @@ static struct
AUDIO_ES
,
"Apple Lossless Audio Codec"
},
#endif
/* QDM2 */
{
VLC_FOURCC
(
'Q'
,
'D'
,
'M'
,
'2'
),
CODEC_ID_QDM2
,
AUDIO_ES
,
"QDM2"
},
/* PCM */
{
VLC_FOURCC
(
's'
,
'8'
,
' '
,
' '
),
CODEC_ID_PCM_S8
,
AUDIO_ES
,
"PCM S8"
},
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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