From df432ce839fcc5a0f1070cfd3f1b361f471217a2 Mon Sep 17 00:00:00 2001 From: Francois Cartegnie Date: Mon, 24 Dec 2018 12:40:43 +0100 Subject: [PATCH] Qt: add AV1 in profiles codecs --- 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" ) -- 2.11.4.GIT