diff options
author | Mans Rullgard <mans@mansr.com> | 2012-08-01 17:15:42 +0100 |
---|---|---|
committer | Mans Rullgard <mans@mansr.com> | 2012-08-02 12:14:52 +0100 |
commit | cfb1091898684e1b433ef138c83389ba4390c9b7 (patch) | |
tree | 6ebb9008fc1eb4a0b557f93a0552c290fd37610d /libavcodec/vc1dec.c | |
parent | af500c08bbb054902f9326006011777bb3a98fb4 (diff) | |
download | ffmpeg-cfb1091898684e1b433ef138c83389ba4390c9b7.tar.gz |
vc1dec: remove useless #include simple_idct.h
Signed-off-by: Mans Rullgard <mans@mansr.com>
Diffstat (limited to 'libavcodec/vc1dec.c')
-rw-r--r-- | libavcodec/vc1dec.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libavcodec/vc1dec.c b/libavcodec/vc1dec.c index c6cbfc1270..e36cc0dc54 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" |