mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-07-01 05:31:04 +08:00
Remove unused FRAC_RND() macro from mpegaudiodec.c.
Originally committed as revision 23086 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
@ -41,7 +41,6 @@
|
|||||||
|
|
||||||
/* WARNING: only correct for posititive numbers */
|
/* WARNING: only correct for posititive numbers */
|
||||||
#define FIXR(a) ((int)((a) * FRAC_ONE + 0.5))
|
#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))
|
#define FIXHR(a) ((int)((a) * (1LL<<32) + 0.5))
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user