[vlc-devel] commit: Qt4: add profile for raw CD audio quality ( Rémi Denis-Courmont )
git version control
git at videolan.org
Mon Nov 30 18:35:32 CET 2009
vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Mon Nov 30 19:35:17 2009 +0200| [90e78daa6c77ee15cdccf223c7c070427da5faaf] | committer: Rémi Denis-Courmont
Qt4: add profile for raw CD audio quality
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=90e78daa6c77ee15cdccf223c7c070427da5faaf
---
modules/gui/qt4/components/sout/profiles.hpp | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/modules/gui/qt4/components/sout/profiles.hpp b/modules/gui/qt4/components/sout/profiles.hpp
index 67e8f95..0090a92 100644
--- a/modules/gui/qt4/components/sout/profiles.hpp
+++ b/modules/gui/qt4/components/sout/profiles.hpp
@@ -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",
};
More information about the vlc-devel
mailing list