Projects
Essentials
A_tw-vlc
vlc.a52.patch
Sign Up
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File vlc.a52.patch of Package A_tw-vlc
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" );
Locations
Projects
Search
Status Monitor
Help
Open Build Service
OBS Manuals
API Documentation
OBS Portal
Reporting a Bug
Contact
Mailing List
Forums
Chat (IRC)
Twitter
Open Build Service (OBS)
is an
openSUSE project
.