From 6d0d1c4a43f5e5fc195226367fd1c49843d25d71 Mon Sep 17 00:00:00 2001 From: "Ronald S. Bultje" Date: Mon, 27 Mar 2017 17:32:20 -0400 Subject: vp9: split out reconstruction functions in their own source file. --- libavcodec/vp9data.h | 1 + 1 file changed, 1 insertion(+) (limited to 'libavcodec/vp9data.h') 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]; -- cgit v1.2.3