Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
GSoC
GSoC2018
macOS
vlc
Commits
90e78daa
Commit
90e78daa
authored
Nov 30, 2009
by
Rémi Denis-Courmont
Browse files
Qt4: add profile for raw CD audio quality
parent
3e6dbf43
Changes
1
Hide whitespace changes
Inline
Side-by-side
modules/gui/qt4/components/sout/profiles.hpp
View file @
90e78daa
...
...
@@ -14,6 +14,7 @@ static const char video_profile_name_list[][32] = {
"Audio - MP3"
,
"Audio - AAC (MP4)"
,
"Audio - FLAC"
,
"Audio - CD"
,
};
static
const
char
video_profile_value_list
[][
48
]
=
{
...
...
@@ -34,6 +35,7 @@ static const char video_profile_value_list[][48] = {
"raw;0;1;0;0;800;1;0;0;0;mp3;128;2;44100;0;0"
,
"mp4;0;1;0;0;800;1;0;0;0;mp4a;128;2;44100;0;0"
,
"raw;0;1;0;0;800;1;0;0;0;flac;128;2;44100;0;0"
,
"wav;0;1;0;0;800;1;0;0;0;s16l;128;2;44100;0;0"
,
};
Write
Preview
Supports
Markdown
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