Updating link to change in openSUSE:Factory/vlc revision 76.0
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/vlc?expand=0&rev=ec655db08847e13baba01fffe8227ce4
This commit is contained in:
committed by
Git OBS Bridge
parent
f92a9252a9
commit
670e9ef22b
@@ -1,11 +1,13 @@
|
||||
--- a/modules/audio_filter/converter/a52tofloat32.c
|
||||
+++ b/modules/audio_filter/converter/a52tofloat32.c
|
||||
@@ -209,7 +209,7 @@ static int Open( vlc_object_t *p_this, f
|
||||
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();
|
||||
+ p_sys->p_liba52 = a52_init ();
|
||||
if( p_sys->p_liba52 == NULL )
|
||||
{
|
||||
msg_Err( p_this, "unable to initialize liba52" );
|
||||
|
Reference in New Issue
Block a user