mirror of
https://github.com/nyanmisaka/ffmpeg-rockchip.git
synced 2026-01-23 23:21:06 +01:00
mpegaudiodec: group #includes more sanely
Signed-off-by: Mans Rullgard <mans@mansr.com>
This commit is contained in:
parent
0d849074a4
commit
a88ef93b4a
1 changed files with 1 additions and 2 deletions
|
|
@ -28,6 +28,7 @@
|
|||
#include "avcodec.h"
|
||||
#include "get_bits.h"
|
||||
#include "dsputil.h"
|
||||
#include "mathops.h"
|
||||
|
||||
/*
|
||||
* TODO:
|
||||
|
|
@ -37,8 +38,6 @@
|
|||
#include "mpegaudio.h"
|
||||
#include "mpegaudiodecheader.h"
|
||||
|
||||
#include "mathops.h"
|
||||
|
||||
#if CONFIG_FLOAT
|
||||
# define SHR(a,b) ((a)*(1.0f/(1<<(b))))
|
||||
# define compute_antialias compute_antialias_float
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue