Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 707162
Collapse All | Expand All

(-)file_not_specified_in_diff (-7 / +6 lines)
Line  Link Here
0
-- a/import/demux_pass.c
0
++ b/import/demux_pass.c
Lines 32-39 Link Here
32
#include "packets.h"
32
#include "packets.h"
33
33
34
34
35
int gop, gop_pts, gop_cnt;
36
37
/* if you listen carefully, then you can hear the desesperate
35
/* if you listen carefully, then you can hear the desesperate
38
 * whisper of this code calling for a rewrite. Or for a redesign.
36
 * whisper of this code calling for a rewrite. Or for a redesign.
39
 * Or both. --  FR
37
 * Or both. --  FR
40
-- a/import/extract_ac3.c
38
++ b/import/extract_ac3.c
Lines 334-340 Link Here
334
FILE *fd;
334
FILE *fd;
335
335
336
#define MAX_BUF 4096
336
#define MAX_BUF 4096
337
char audio[MAX_BUF];
338
337
339
338
340
/* from ac3scan.c */
339
/* from ac3scan.c */
Lines 472-477 Link Here
472
void extract_ac3(info_t *ipipe)
471
void extract_ac3(info_t *ipipe)
473
{
472
{
474
473
474
    char audio[MAX_BUF];
475
475
    int error=0;
476
    int error=0;
476
477
477
    avi_t *avifile;
478
    avi_t *avifile;
478
-- a/import/extract_mp3.c
479
++ b/import/extract_mp3.c
Lines 243-249 Link Here
243
}
243
}
244
244
245
#define MAX_BUF 4096
245
#define MAX_BUF 4096
246
char audio[MAX_BUF];
247
246
248
/* ------------------------------------------------------------
247
/* ------------------------------------------------------------
249
 *
248
 *
Lines 258-263 Link Here
258
257
259
void extract_mp3(info_t *ipipe)
258
void extract_mp3(info_t *ipipe)
260
{
259
{
260
    char audio[MAX_BUF];
261
261
262
    int error=0;
262
    int error=0;
263
263

Return to bug 707162