[FFmpeg-cvslog] r23086 - trunk/libavcodec/mpegaudiodec.c

michael subversion
Tue May 11 16:49:48 CEST 2010


Author: michael
Date: Tue May 11 16:49:48 2010
New Revision: 23086

Log:
Remove unused FRAC_RND() macro from mpegaudiodec.c.

Modified:
   trunk/libavcodec/mpegaudiodec.c

Modified: trunk/libavcodec/mpegaudiodec.c
==============================================================================
--- trunk/libavcodec/mpegaudiodec.c	Tue May 11 03:46:13 2010	(r23085)
+++ trunk/libavcodec/mpegaudiodec.c	Tue May 11 16:49:48 2010	(r23086)
@@ -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))
 



More information about the ffmpeg-cvslog mailing list