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:
authorDiego Biurrun <diego@biurrun.de>2015-02-16 12:43:07 +0300
committerDiego Biurrun <diego@biurrun.de>2015-02-16 12:44:56 +0300
commitf8c1719771dc4ac2e13e6bc8bf741854a30e3a86 (patch)
treefe5482f8119324c6c4b978bb743bad4f14b0cfed /libavcodec/dcadec.c
parent81ef46020fa654720e3beb4f5551ba634fae262a (diff)
dca: Remove separate header for DCA ExSS
There is no point in having a separate header for a single declaration.
Diffstat (limited to 'libavcodec/dcadec.c')
-rw-r--r--libavcodec/dcadec.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/libavcodec/dcadec.c b/libavcodec/dcadec.c
index 6b3a7a5cbd..ad111c366a 100644
--- a/libavcodec/dcadec.c
+++ b/libavcodec/dcadec.c
@@ -40,7 +40,6 @@
#include "dcadata.h"
#include "dcadsp.h"
#include "dcahuff.h"
-#include "dca_exss.h"
#include "fft.h"
#include "fmtconvert.h"
#include "get_bits.h"