Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMans Rullgard <mans@mansr.com>2011-05-19 16:27:24 +0400
committerMans Rullgard <mans@mansr.com>2011-05-20 14:05:19 +0400
commitf255a28d140a64ea4c1a5060061863aec993b5ea (patch)
treec412f95b084ce3639a3b2d008725c7f1cc8874c3 /libavcodec/mpegaudiodec.c
parent0199e00bc80a55aacf7ecd393bf32dcd64e06739 (diff)
mpegaudio: clean up #includes
Signed-off-by: Mans Rullgard <mans@mansr.com>
Diffstat (limited to 'libavcodec/mpegaudiodec.c')
-rw-r--r--libavcodec/mpegaudiodec.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/libavcodec/mpegaudiodec.c b/libavcodec/mpegaudiodec.c
index f0d9958d2b..960d13d1e8 100644
--- a/libavcodec/mpegaudiodec.c
+++ b/libavcodec/mpegaudiodec.c
@@ -27,7 +27,6 @@
#include "libavutil/audioconvert.h"
#include "avcodec.h"
#include "get_bits.h"
-#include "dsputil.h"
#include "mathops.h"
#include "mpegaudiodsp.h"