670e9ef22b
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/vlc?expand=0&rev=ec655db08847e13baba01fffe8227ce4
14 lines
485 B
Diff
14 lines
485 B
Diff
Index: vlc-3.0.0/modules/codec/a52.c
|
|
===================================================================
|
|
--- vlc-3.0.0.orig/modules/codec/a52.c
|
|
+++ vlc-3.0.0/modules/codec/a52.c
|
|
@@ -302,7 +302,7 @@ static int Open( vlc_object_t *p_this )
|
|
p_sys->i_flags |= A52_ADJUST_LEVEL;
|
|
|
|
/* Initialize liba52 */
|
|
- p_sys->p_liba52 = a52_init( 0 );
|
|
+ p_sys->p_liba52 = a52_init ();
|
|
if( p_sys->p_liba52 == NULL )
|
|
{
|
|
msg_Err( p_this, "unable to initialize liba52" );
|