projects
/
libav.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
QDM2 compatible decoder
[libav.git]
/
libavcodec
/
mpegaudio.c
diff --git
a/libavcodec/mpegaudio.c
b/libavcodec/mpegaudio.c
index
190aa15
..
7a0b0a3
100644
(file)
--- a/
libavcodec/mpegaudio.c
+++ b/
libavcodec/mpegaudio.c
@@
-28,8
+28,6
@@
/* currently, cannot change these constants (need to modify
quantization stage) */
-#define FRAC_BITS 15
-#define WFRAC_BITS 14
#define MUL(a,b) (((int64_t)(a) * (int64_t)(b)) >> FRAC_BITS)
#define FIX(a) ((int)((a) * (1 << FRAC_BITS)))