Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRonald S. Bultje <rsbultje@gmail.com>2017-03-28 00:32:20 +0300
committerRonald S. Bultje <rsbultje@gmail.com>2017-03-29 01:04:26 +0300
commit6d0d1c4a43f5e5fc195226367fd1c49843d25d71 (patch)
tree31b7fd91dc158ea57d02a94b6f1f95fcbaaf29d5 /libavcodec/vp9data.h
parentb823bbc10cc7b8674bb2dea50bd5dfc081e28620 (diff)
vp9: split out reconstruction functions in their own source file.
Diffstat (limited to 'libavcodec/vp9data.h')
-rw-r--r--libavcodec/vp9data.h1
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];