[FFmpeg-cvslog] mpegaudiodec: group #includes more sanely
Mans Rullgard
git at videolan.org
Tue May 10 04:03:36 CEST 2011
ffmpeg | branch: master | Mans Rullgard <mans at mansr.com> | Mon May 9 13:55:24 2011 +0100| [a88ef93b4abbea9f18c8750113dc9e99931f2f8a] | committer: Mans Rullgard
mpegaudiodec: group #includes more sanely
Signed-off-by: Mans Rullgard <mans at mansr.com>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=a88ef93b4abbea9f18c8750113dc9e99931f2f8a
---
libavcodec/mpegaudiodec.c | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
diff --git a/libavcodec/mpegaudiodec.c b/libavcodec/mpegaudiodec.c
index 0d26414..7fd6bd2 100644
--- a/libavcodec/mpegaudiodec.c
+++ b/libavcodec/mpegaudiodec.c
@@ -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
More information about the ffmpeg-cvslog
mailing list