[vlc-commits] Qt: sout: update video profiles

Francois Cartegnie git at videolan.org
Fri Jun 1 10:41:29 CEST 2018


vlc | branch: master | Francois Cartegnie <fcvlcdev at free.fr> | Fri Jun  1 10:04:06 2018 +0200| [4facb7d704c22e0fee15e4bb367fe26616376edf] | committer: Francois Cartegnie

Qt: sout: update video profiles

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

 modules/gui/qt/components/sout/profile_selector.cpp | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/modules/gui/qt/components/sout/profile_selector.cpp b/modules/gui/qt/components/sout/profile_selector.cpp
index 7e11f3aa1b..c96b414d12 100644
--- a/modules/gui/qt/components/sout/profile_selector.cpp
+++ b/modules/gui/qt/components/sout/profile_selector.cpp
@@ -553,14 +553,13 @@ inline void VLCProfileEditor::registerCodecs()
     ADD_VCODEC( "DIVX 2" , "DIV2" )
     ADD_VCODEC( "DIVX 3" , "DIV3" )
     ADD_VCODEC( "H-263", "H263" )
-    ADD_VCODEC( "H-264", "h264" )
-    ADD_VCODEC( "H-265", "hevc" )
+    ADD_VCODEC( "H-264 (AVC)", "h264" )
+    ADD_VCODEC( "H-265 (HEVC)", "hevc" )
     ADD_VCODEC( "VP8", "VP80" )
     ADD_VCODEC( "WMV1", "WMV1" )
     ADD_VCODEC( "WMV2" , "WMV2" )
     ADD_VCODEC( "M-JPEG", "MJPG" )
     ADD_VCODEC( "Theora", "theo" )
-    ADD_VCODEC( "Dirac", "drac" )
 #undef ADD_VCODEC
     /* can do quality */
     qpcodecsList << "h264";



More information about the vlc-commits mailing list