aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/mpegvideo_common.h
diff options
context:
space:
mode:
authorMans Rullgard <mans@mansr.com>2012-07-29 13:20:54 +0100
committerMans Rullgard <mans@mansr.com>2012-07-29 21:28:45 +0100
commit87cf481aa88b89db8dbbb13dc19c9b4cb35b654a (patch)
tree7dcba9cd38d5673c0815233d078fcd0af1821abd /libavcodec/mpegvideo_common.h
parentbe51e589cdf84d75e865cec31e722a36332a64f9 (diff)
downloadffmpeg-87cf481aa88b89db8dbbb13dc19c9b4cb35b654a.tar.gz
mpegvideo: remove unnecessary inclusions of faandct.h
Signed-off-by: Mans Rullgard <mans@mansr.com>
Diffstat (limited to 'libavcodec/mpegvideo_common.h')
-rw-r--r--libavcodec/mpegvideo_common.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/libavcodec/mpegvideo_common.h b/libavcodec/mpegvideo_common.h
index 0a731266e2..bb39619637 100644
--- a/libavcodec/mpegvideo_common.h
+++ b/libavcodec/mpegvideo_common.h
@@ -36,7 +36,6 @@
#include "mpegvideo.h"
#include "mjpegenc.h"
#include "msmpeg4.h"
-#include "faandct.h"
#include <limits.h>
int ff_dct_quantize_c(MpegEncContext *s, DCTELEM *block, int n, int qscale, int *overflow);