[vlc-commits] Qt: add AV1 in profiles codecs
Francois Cartegnie
git at videolan.org
Mon Dec 24 12:41:28 CET 2018
vlc | branch: master | Francois Cartegnie <fcvlcdev at free.fr> | Mon Dec 24 12:40:43 2018 +0100| [df432ce839fcc5a0f1070cfd3f1b361f471217a2] | committer: Francois Cartegnie
Qt: add AV1 in profiles codecs
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=df432ce839fcc5a0f1070cfd3f1b361f471217a2
---
modules/gui/qt/components/sout/profile_selector.cpp | 1 +
1 file changed, 1 insertion(+)
diff --git a/modules/gui/qt/components/sout/profile_selector.cpp b/modules/gui/qt/components/sout/profile_selector.cpp
index 864c1a1f2a..e7e5590521 100644
--- a/modules/gui/qt/components/sout/profile_selector.cpp
+++ b/modules/gui/qt/components/sout/profile_selector.cpp
@@ -563,6 +563,7 @@ inline void VLCProfileEditor::registerCodecs()
ADD_VCODEC( "H-263", "H263" )
ADD_VCODEC( "H-264 (AVC)", "h264" )
ADD_VCODEC( "H-265 (HEVC)", "hevc" )
+ ADD_VCODEC( "AV1", "av01" )
ADD_VCODEC( "VP8", "VP80" )
ADD_VCODEC( "WMV1", "WMV1" )
ADD_VCODEC( "WMV2" , "WMV2" )
More information about the vlc-commits
mailing list