[vlc-commits] Qt: fix PCM audio description

Francois Cartegnie git at videolan.org
Mon Dec 24 12:46:40 CET 2018


vlc | branch: master | Francois Cartegnie <fcvlcdev at free.fr> | Mon Dec 24 12:46:18 2018 +0100| [a96efadf79f7cb5304687555a50529b99ce0a534] | committer: Francois Cartegnie

Qt: fix PCM audio description

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=a96efadf79f7cb5304687555a50529b99ce0a534
---

 modules/gui/qt/components/sout/profile_selector.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modules/gui/qt/components/sout/profile_selector.cpp b/modules/gui/qt/components/sout/profile_selector.cpp
index e7e5590521..670eb8901f 100644
--- a/modules/gui/qt/components/sout/profile_selector.cpp
+++ b/modules/gui/qt/components/sout/profile_selector.cpp
@@ -582,7 +582,7 @@ inline void VLCProfileEditor::registerCodecs()
     ADD_ACODEC( "Flac", "flac" )
     ADD_ACODEC( "Opus", "opus" )
     ADD_ACODEC( "Speex", "spx" )
-    ADD_ACODEC( "WAV", "s16l" )
+    ADD_ACODEC( "PCM 16-bit", "s16l" )
     ADD_ACODEC( "WMA2", "wma2" )
 #undef ADD_ACODEC
 



More information about the vlc-commits mailing list