From f8c019944d45f4ea9786f8690f8a64fd9398ebf3 Mon Sep 17 00:00:00 2001 From: "Ronald S. Bultje" Date: Mon, 27 Mar 2017 16:47:46 -0400 Subject: 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. --- libavcodec/vp9data.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavcodec/vp9data.h') diff --git a/libavcodec/vp9data.h b/libavcodec/vp9data.h index 084e8820f8..f27ab0b267 100644 --- a/libavcodec/vp9data.h +++ b/libavcodec/vp9data.h @@ -24,7 +24,7 @@ #include -#include "vp9.h" +#include "vp9dec.h" extern const int8_t ff_vp9_partition_tree[3][2]; extern const uint8_t ff_vp9_default_kf_partition_probs[4][4][3]; -- cgit v1.2.3