summaryrefslogtreecommitdiff
path: root/libavcodec/dxva2_vp9.c
diff options
context:
space:
mode:
authorRonald S. Bultje <rsbultje@gmail.com>2017-03-27 22:05:17 -0400
committerRonald S. Bultje <rsbultje@gmail.com>2017-03-28 18:04:27 -0400
commit0c466417846f80a134dd7078435829c8e47fcbb0 (patch)
treea06bddbbc9186834fa1bd1d5b61e3bbc3e8bd6e8 /libavcodec/dxva2_vp9.c
parent6d0d1c4a43f5e5fc195226367fd1c49843d25d71 (diff)
vp9: split out generic decoding skeleton interface API from VP9 types.
This allows vp9dsp.h to only include the VP9 types header, and not the decoder skeleton interface which is for hardware decoders (dxva2/vaapi).
Diffstat (limited to 'libavcodec/dxva2_vp9.c')
-rw-r--r--libavcodec/dxva2_vp9.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/dxva2_vp9.c b/libavcodec/dxva2_vp9.c
index d53b32764a..fd7bd98afd 100644
--- a/libavcodec/dxva2_vp9.c
+++ b/libavcodec/dxva2_vp9.c
@@ -23,7 +23,7 @@
#include "libavutil/avassert.h"
#include "libavutil/pixdesc.h"
-#include "vp9.h"
+#include "vp9shared.h"
// The headers above may include w32threads.h, which uses the original
// _WIN32_WINNT define, while dxva2_internal.h redefines it to target a