aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/mpegvideo_enc.c
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2013-02-09 14:42:06 +0100
committerMichael Niedermayer <michaelni@gmx.at>2013-02-09 14:45:45 +0100
commit5cfc0ae825e675ca9f629dfedac174477fc471e8 (patch)
tree32fafde3f65eb99cc965171a74694c03554b4302 /libavcodec/mpegvideo_enc.c
parent6b2e65078c02cb1e09b555603a1eb10ddb3bd244 (diff)
parent5d3d39c72e57dca76c508a1c28036f8a2c1d8ad8 (diff)
downloadandroid_external_ffmpeg-5cfc0ae825e675ca9f629dfedac174477fc471e8.tar.gz
android_external_ffmpeg-5cfc0ae825e675ca9f629dfedac174477fc471e8.tar.bz2
android_external_ffmpeg-5cfc0ae825e675ca9f629dfedac174477fc471e8.zip
Merge remote-tracking branch 'qatar/master'
* qatar/master: dsputil: Move fdct function declarations to dct.h Conflicts: libavcodec/dsputil.h Merged-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavcodec/mpegvideo_enc.c')
-rw-r--r--libavcodec/mpegvideo_enc.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/mpegvideo_enc.c b/libavcodec/mpegvideo_enc.c
index 66781f9e24..a3f9e76ac8 100644
--- a/libavcodec/mpegvideo_enc.c
+++ b/libavcodec/mpegvideo_enc.c
@@ -33,6 +33,7 @@
#include "libavutil/pixdesc.h"
#include "libavutil/opt.h"
#include "avcodec.h"
+#include "dct.h"
#include "dsputil.h"
#include "mpegvideo.h"
#include "h263.h"