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

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2014-05-28 00:29:07 +0400
committerMichael Niedermayer <michaelni@gmx.at>2014-05-28 00:29:11 +0400
commitd84286b1ea1a59ecc770666a665ce71aa1e75c8f (patch)
treee734e5d3c3eb19667169c0b1c1433ed160f4cfa8 /libavcodec/on2avc.c
parent5be8c276946d9228cddfa8049bd49eeaf542eb81 (diff)
parentf1df0a4c08b54e722e7a2c797d0d31c7f2c531d0 (diff)
Merge commit 'f1df0a4c08b54e722e7a2c797d0d31c7f2c531d0'
* commit 'f1df0a4c08b54e722e7a2c797d0d31c7f2c531d0': on2avc: Remove pointless dsputil.h #include Merged-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavcodec/on2avc.c')
-rw-r--r--libavcodec/on2avc.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/libavcodec/on2avc.c b/libavcodec/on2avc.c
index ed212f118a..4f30606a17 100644
--- a/libavcodec/on2avc.c
+++ b/libavcodec/on2avc.c
@@ -24,7 +24,6 @@
#include "libavutil/float_dsp.h"
#include "avcodec.h"
#include "bytestream.h"
-#include "dsputil.h"
#include "fft.h"
#include "get_bits.h"
#include "golomb.h"