summaryrefslogtreecommitdiffstats
path: root/libavcodec/mips/vp9dsp_init_mips.c
diff options
context:
space:
mode:
authorRonald S. Bultje <rsbultje@gmail.com>2017-03-27 16:47:46 -0400
committerRonald S. Bultje <rsbultje@gmail.com>2017-03-28 18:04:26 -0400
commitf8c019944d45f4ea9786f8690f8a64fd9398ebf3 (patch)
treecaededd7d7de6194be8823b6f92966846cd072bb /libavcodec/mips/vp9dsp_init_mips.c
parent473f0f75a16b4d37bdaa943f75e4ae249212c1ba (diff)
downloadffmpeg-streaming-f8c019944d45f4ea9786f8690f8a64fd9398ebf3.zip
ffmpeg-streaming-f8c019944d45f4ea9786f8690f8a64fd9398ebf3.tar.gz
vp9: re-split the decoder/format/dsp interface header files.
The advantage here is that the internal software decoder interface is not exposed to the DSP functions or the hardware accelerations.
Diffstat (limited to 'libavcodec/mips/vp9dsp_init_mips.c')
-rw-r--r--libavcodec/mips/vp9dsp_init_mips.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/mips/vp9dsp_init_mips.c b/libavcodec/mips/vp9dsp_init_mips.c
index 3248baa..c8a4890 100644
--- a/libavcodec/mips/vp9dsp_init_mips.c
+++ b/libavcodec/mips/vp9dsp_init_mips.c
@@ -20,7 +20,7 @@
#include "config.h"
#include "libavutil/common.h"
-#include "libavcodec/vp9.h"
+#include "libavcodec/vp9dsp.h"
#include "vp9dsp_mips.h"
#if HAVE_MSA
OpenPOWER on IntegriCloud