diff mpegaudiodec.c @ 11705:a66b535972b7 libavcodec

Remove unused FRAC_RND() macro from mpegaudiodec.c.
author michael
date Tue, 11 May 2010 14:49:48 +0000
parents 7dd2a45249a9
children eb9e142ea51f
line wrap: on
line diff
--- a/mpegaudiodec.c	Tue May 11 01:46:13 2010 +0000
+++ b/mpegaudiodec.c	Tue May 11 14:49:48 2010 +0000
@@ -41,7 +41,6 @@
 
 /* WARNING: only correct for posititive numbers */
 #define FIXR(a)   ((int)((a) * FRAC_ONE + 0.5))
-#define FRAC_RND(a) (((a) + (FRAC_ONE/2)) >> FRAC_BITS)
 
 #define FIXHR(a) ((int)((a) * (1LL<<32) + 0.5))