summaryrefslogtreecommitdiff
path: root/multimedia/xmps/files/patch-codecs::audio::ac3::exponent.c
blob: e629e1847969e9054dfb55589428842575105e06 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
$FreeBSD$

--- codecs/audio/ac3/exponent.c	2001/02/04 21:17:23	1.1
+++ codecs/audio/ac3/exponent.c	2001/02/04 21:18:06
@@ -30,7 +30,7 @@
 
 #include "exponent.h"
 
-extern int error;
+extern int ac3_error;
 
 static inline void exp_unpack_ch(uint16_t type,uint16_t expstr,uint16_t ngrps,uint16_t initial_exp, uint16_t exps[], uint16_t *dest);
 
@@ -126,6 +126,6 @@
 	return;
 error:
 	fprintf (stderr,"** Invalid exponent - skipping frame **\n");
-	error = 1;
+	ac3_error = 1;
 }