diff options
author | Ronald S. Bultje <rsbultje@gmail.com> | 2017-03-27 17:32:20 -0400 |
---|---|---|
committer | Ronald S. Bultje <rsbultje@gmail.com> | 2017-03-28 18:04:26 -0400 |
commit | 6d0d1c4a43f5e5fc195226367fd1c49843d25d71 (patch) | |
tree | 31b7fd91dc158ea57d02a94b6f1f95fcbaaf29d5 /libavcodec/vp9data.h | |
parent | b823bbc10cc7b8674bb2dea50bd5dfc081e28620 (diff) | |
download | ffmpeg-6d0d1c4a43f5e5fc195226367fd1c49843d25d71.tar.gz |
vp9: split out reconstruction functions in their own source file.
Diffstat (limited to 'libavcodec/vp9data.h')
-rw-r--r-- | libavcodec/vp9data.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/vp9data.h b/libavcodec/vp9data.h index f27ab0b267..086dbdec06 100644 --- a/libavcodec/vp9data.h +++ b/libavcodec/vp9data.h @@ -26,6 +26,7 @@ #include "vp9dec.h" +extern const uint8_t ff_vp9_bwh_tab[2][N_BS_SIZES][2]; extern const int8_t ff_vp9_partition_tree[3][2]; extern const uint8_t ff_vp9_default_kf_partition_probs[4][4][3]; extern const int8_t ff_vp9_segmentation_tree[7][2]; |