summaryrefslogtreecommitdiff
path: root/libavcodec/vc1dec.c
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2012-08-02 22:25:07 +0200
committerMichael Niedermayer <michaelni@gmx.at>2012-08-02 23:34:01 +0200
commit9c6e23f5d2f9fa58d54adf35b4cde4e351fb7d64 (patch)
tree51e742dd00ad34c80a40e60e8fa4ff7a05adef8f /libavcodec/vc1dec.c
parent9f14cd91b5195e2beba7213e855c0d36b787ab85 (diff)
parentc728518b3cbb0daf0d0a65ba7adfcb48c5629b93 (diff)
downloadffmpeg-9c6e23f5d2f9fa58d54adf35b4cde4e351fb7d64.tar.gz
Merge remote-tracking branch 'qatar/master'
* qatar/master: x86: fft: fix imdct_half() for AVX rtmppkt: Add missing libavcodec/bytestream.h include. rtmp: add functions for reading AMF values vc1dec: remove useless #include simple_idct.h dct-test: always link with aandcttab.o vp8: pack struct VP8ThreadData more efficiently x86: remove libmpeg2 mmx(ext) idct functions eamad: Use dsputils instead of a custom bswap16_buf Canopus Lossless decoder Conflicts: Changelog LICENSE libavcodec/avcodec.h libavcodec/cllc.c libavcodec/eamad.c libavcodec/version.h Merged-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavcodec/vc1dec.c')
-rw-r--r--libavcodec/vc1dec.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/libavcodec/vc1dec.c b/libavcodec/vc1dec.c
index f5fbe54c82..55d695bee2 100644
--- a/libavcodec/vc1dec.c
+++ b/libavcodec/vc1dec.c
@@ -36,7 +36,6 @@
#include "vc1acdata.h"
#include "msmpeg4data.h"
#include "unary.h"
-#include "simple_idct.h"
#include "mathops.h"
#include "vdpau_internal.h"
#include "libavutil/avassert.h"