From 01a9f79f0a3692d8148990805beabc8593d3596d Mon Sep 17 00:00:00 2001 From: cvs2svn Date: Wed, 18 Apr 2001 21:37:32 +0000 Subject: This commit was manufactured by cvs2svn to create tag 'RELEASE_4_3_0'. --- .../xmps/files/patch-codecs::audio::ac3::coeff.c | 23 ---------------------- 1 file changed, 23 deletions(-) delete mode 100644 multimedia/xmps/files/patch-codecs::audio::ac3::coeff.c (limited to 'multimedia/xmps/files/patch-codecs::audio::ac3::coeff.c') diff --git a/multimedia/xmps/files/patch-codecs::audio::ac3::coeff.c b/multimedia/xmps/files/patch-codecs::audio::ac3::coeff.c deleted file mode 100644 index 9f2576ac8fc7..000000000000 --- a/multimedia/xmps/files/patch-codecs::audio::ac3::coeff.c +++ /dev/null @@ -1,23 +0,0 @@ - -$FreeBSD$ - ---- codecs/audio/ac3/coeff.c 2001/02/04 21:17:23 1.1 -+++ codecs/audio/ac3/coeff.c 2001/02/04 21:17:55 -@@ -254,7 +254,7 @@ - 11, 12, 14, 16 - }; - --extern int error; -+extern int ac3_error; - - static void coeff_reset(void); - static float coeff_get_float(uint16_t bap, uint16_t dithflag, uint16_t exp); -@@ -370,7 +370,7 @@ - - error: - XMPS_DEBUG("** Invalid mantissa - skipping frame **"); -- error = 1; -+ ac3_error = 1; - - return 0.0; - } -- cgit v1.2.3