Commit ed779920 authored by Gildas Bazin's avatar Gildas Bazin

* plugins/a52/a52.c: is now the default ac3/a52 decoder (because it has a
   nicer audio quality than ac3_adec).
parent cd0e23db
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
* (http://liba52.sf.net/). * (http://liba52.sf.net/).
***************************************************************************** *****************************************************************************
* Copyright (C) 2001 VideoLAN * Copyright (C) 2001 VideoLAN
* $Id: a52.c,v 1.14.2.3 2002/09/25 23:11:51 massiot Exp $ * $Id: a52.c,v 1.14.2.4 2002/11/12 20:35:50 gbazin Exp $
* *
* Authors: Gildas Bazin <gbazin@netcourrier.com> * Authors: Gildas Bazin <gbazin@netcourrier.com>
* *
...@@ -92,7 +92,7 @@ MODULE_CONFIG_STOP ...@@ -92,7 +92,7 @@ MODULE_CONFIG_STOP
MODULE_INIT_START MODULE_INIT_START
SET_DESCRIPTION( _("a52 ATSC A/52 aka AC-3 audio decoder module") ) SET_DESCRIPTION( _("a52 ATSC A/52 aka AC-3 audio decoder module") )
ADD_CAPABILITY( DECODER, 40 ) ADD_CAPABILITY( DECODER, 100 )
ADD_SHORTCUT( "a52" ) ADD_SHORTCUT( "a52" )
MODULE_INIT_STOP MODULE_INIT_STOP
......
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