[vlc-commits] codec/a52: lower priority
Thomas Guillem
git at videolan.org
Tue Oct 11 13:06:16 CEST 2016
vlc | branch: master | Thomas Guillem <thomas at gllm.fr> | Tue Oct 11 13:04:21 2016 +0200| [a262bf1e711e8a19ba8e3cedbb2f699f1e28d62d] | committer: Thomas Guillem
codec/a52: lower priority
We now prefer avcodec to decode AC3.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=a262bf1e711e8a19ba8e3cedbb2f699f1e28d62d
---
modules/codec/a52.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/modules/codec/a52.c b/modules/codec/a52.c
index 0c21def..967ad20 100644
--- a/modules/codec/a52.c
+++ b/modules/codec/a52.c
@@ -81,7 +81,7 @@ vlc_module_begin ()
set_category( CAT_INPUT )
set_subcategory( SUBCAT_INPUT_ACODEC )
add_bool( "a52-dynrng", true, DYNRNG_TEXT, DYNRNG_LONGTEXT, false )
- set_capability( "decoder", 100 )
+ set_capability( "decoder", 60 )
set_callbacks( Open, Close )
vlc_module_end ()
More information about the vlc-commits
mailing list