Projects
Multimedia
transcode
transcode-gcc10.patch
Sign Up
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File transcode-gcc10.patch of Package transcode (Revision 26)
Currently displaying revision
26
,
Show latest
--- a/import/demux_pass.c +++ b/import/demux_pass.c @@ -32,8 +32,6 @@ #include "packets.h" -int gop, gop_pts, gop_cnt; - /* if you listen carefully, then you can hear the desesperate * whisper of this code calling for a rewrite. Or for a redesign. * Or both. -- FR --- a/import/extract_mp3.c +++ b/import/extract_mp3.c @@ -243,7 +243,7 @@ static int mp3scan(int infd, int outfd) } #define MAX_BUF 4096 -char audio[MAX_BUF]; +static char audio[MAX_BUF]; /* ------------------------------------------------------------ * --- a/import/extract_pcm.c +++ b/import/extract_pcm.c @@ -33,7 +33,7 @@ #include "tc.h" #define MAX_BUF 4096 -char audio[MAX_BUF]; +static char audio[MAX_BUF]; #define BUFFER_SIZE 262144 static uint8_t buffer[BUFFER_SIZE];
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
.