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/vp9block.c | 1 + 1 file changed, 1 insertion(+) (limited to 'libavcodec/vp9block.c') diff --git a/libavcodec/vp9block.c b/libavcodec/vp9block.c index e5e117134d..f91ef1a2a9 100644 --- a/libavcodec/vp9block.c +++ b/libavcodec/vp9block.c @@ -29,6 +29,7 @@ #include "vp56.h" #include "vp9.h" #include "vp9data.h" +#include "vp9dec.h" static const uint8_t bwh_tab[2][N_BS_SIZES][2] = { { -- cgit v1.2.3