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 25)
Currently displaying revision
25
,
Show latest
--- transcode-1.1.7/import/demux_pass.c 2014-09-16 05:39:12.000000000 +0200 +++ transcode-1.1.7/import/demux_pass.c 2020-07-08 22:22:09.411717435 +0200 @@ -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 --- transcode-1.1.7/import/extract_mp3.c 2014-09-16 05:39:12.000000000 +0200 +++ transcode-1.1.7/import/extract_mp3.c 2020-07-08 22:17:10.761711335 +0200 @@ -243,7 +243,7 @@ } #define MAX_BUF 4096 -char audio[MAX_BUF]; +static char audio[MAX_BUF]; /* ------------------------------------------------------------ * --- transcode-1.1.7/import/extract_pcm.c 2014-09-16 05:39:12.000000000 +0200 +++ transcode-1.1.7/import/extract_pcm.c 2020-07-08 22:16:56.129613604 +0200 @@ -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
.