mirror of
https://github.com/nyanmisaka/ffmpeg-rockchip.git
synced 2026-04-25 17:01:56 +08:00
move a couple of macros and structs to mpegaudio.h
Originally committed as revision 9343 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
@@ -31,7 +31,6 @@
|
||||
/* currently, cannot change these constants (need to modify
|
||||
quantization stage) */
|
||||
#define MUL(a,b) (((int64_t)(a) * (int64_t)(b)) >> FRAC_BITS)
|
||||
#define FIX(a) ((int)((a) * (1 << FRAC_BITS)))
|
||||
|
||||
#define SAMPLES_BUF_SIZE 4096
|
||||
|
||||
|
||||
Reference in New Issue
Block a user