Commit 069ec7ef authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Prefer libvorbis encoder over libavcodec's

lavc's is marked as experimental
(cherry picked from commit 835f1233204bf0c3e1828f2b555993a6e63f05d9)
Signed-off-by: default avatarJean-Baptiste Kempf <jb@videolan.org>
parent 2a252475
......@@ -203,7 +203,7 @@ vlc_module_begin ()
# define ENC_CFG_PREFIX "sout-vorbis-"
add_submodule ()
set_description( N_("Vorbis audio encoder") )
set_capability( "encoder", 100 )
set_capability( "encoder", 130 )
set_callbacks( OpenEncoder, CloseEncoder )
add_integer( ENC_CFG_PREFIX "quality", 0, NULL, ENC_QUALITY_TEXT,
......
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