summaryrefslogtreecommitdiff
path: root/multimedia/transcode/files/patch-import_extract__ac3.c
blob: a85d18ed3238e3f5213f6ef013b69fdd0a5c4b68 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- import/extract_ac3.c.orig	2011-11-19 16:50:27 UTC
+++ import/extract_ac3.c
@@ -334,7 +334,7 @@ static void pes_ac3_loop (void)
 FILE *fd;
 
 #define MAX_BUF 4096
-char audio[MAX_BUF];
+static char audio[MAX_BUF];
 
 
 /* from ac3scan.c */