Commit 43a26706 authored by michael's avatar michael

Remove unused FRAC_RND() macro from mpegaudiodec.c.


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@23086 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent cc8161ef
......@@ -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))
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment