diff options
author | Ronald S. Bultje <rsbultje@gmail.com> | 2017-03-27 16:47:46 -0400 |
---|---|---|
committer | Ronald S. Bultje <rsbultje@gmail.com> | 2017-03-28 18:04:26 -0400 |
commit | f8c019944d45f4ea9786f8690f8a64fd9398ebf3 (patch) | |
tree | caededd7d7de6194be8823b6f92966846cd072bb /libavcodec/vp9data.h | |
parent | 473f0f75a16b4d37bdaa943f75e4ae249212c1ba (diff) | |
download | ffmpeg-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/vp9data.h')
-rw-r--r-- | libavcodec/vp9data.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 <stdint.h> -#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]; |