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>2013-09-21 18:59:13 +0400
committerMichael Niedermayer <michaelni@gmx.at>2013-09-21 18:59:13 +0400
commita072acb108f38bc99b53476a50ea04b7500ce910 (patch)
tree460d45c19893bbdd99d1dc7a69c4126996b1da21 /libavcodec/sipr16k.c
parentb8a954e46d536282b403cb952b5696aa7c38f0e4 (diff)
avcodec: fix duplicate includes
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavcodec/sipr16k.c')
-rw-r--r--libavcodec/sipr16k.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/libavcodec/sipr16k.c b/libavcodec/sipr16k.c
index 9cc5e9b937..bfd8ade37d 100644
--- a/libavcodec/sipr16k.c
+++ b/libavcodec/sipr16k.c
@@ -29,7 +29,6 @@
#include "libavutil/float_dsp.h"
#include "libavutil/mathematics.h"
#include "lsp.h"
-#include "celp_filters.h"
#include "acelp_vectors.h"
#include "acelp_pitch_delay.h"
#include "acelp_filters.h"