Commit c757292d authored by Francois Cartegnie's avatar Francois Cartegnie

Qt: profile_selector.cpp: missing opus

parent 52ffdd1c
......@@ -550,6 +550,7 @@ inline void VLCProfileEditor::registerCodecs()
ADD_ACODEC( "A52/AC-3", "a52" )
ADD_ACODEC( "Vorbis", "vorb" )
ADD_ACODEC( "Flac", "flac" )
ADD_ACODEC( "Opus", "opus" )
ADD_ACODEC( "Speex", "spx" )
ADD_ACODEC( "WAV", "s16l" )
ADD_ACODEC( "WMA2", "wma2" )
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment