summaryrefslogtreecommitdiffstats
path: root/libavcodec/vp9dsp_template.c
diff options
context:
space:
mode:
authorClément Bœsch <u@pkh.me>2017-03-25 12:10:13 +0100
committerClément Bœsch <u@pkh.me>2017-03-27 21:38:21 +0200
commit1c9f4b507888ac94c7d9f7a6ac9edfe6880fa821 (patch)
tree915625969a0bb69ef30124675632f97456039f03 /libavcodec/vp9dsp_template.c
parent487ca38e8bc416239f49b9b7768814fa7be82b5f (diff)
downloadffmpeg-streaming-1c9f4b507888ac94c7d9f7a6ac9edfe6880fa821.zip
ffmpeg-streaming-1c9f4b507888ac94c7d9f7a6ac9edfe6880fa821.tar.gz
lavc/vp9: split into vp9{block,data,mvs}
This is following Libav layout to ease merges.
Diffstat (limited to 'libavcodec/vp9dsp_template.c')
-rw-r--r--libavcodec/vp9dsp_template.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/vp9dsp_template.c b/libavcodec/vp9dsp_template.c
index bb54561..01b08cd 100644
--- a/libavcodec/vp9dsp_template.c
+++ b/libavcodec/vp9dsp_template.c
@@ -23,7 +23,7 @@
#include "libavutil/common.h"
#include "bit_depth_template.c"
-#include "vp9dsp.h"
+#include "vp9.h"
#if BIT_DEPTH != 12
OpenPOWER on IntegriCloud