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

github.com/videolan/dav1d.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/internal.h')
-rw-r--r--src/internal.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/internal.h b/src/internal.h
index 557d0d6..9149c12 100644
--- a/src/internal.h
+++ b/src/internal.h
@@ -132,6 +132,7 @@ struct Dav1dFrameContext {
const uint8_t *prev_segmap;
unsigned refpoc[7], refrefpoc[7][7];
int ref_coded_width[7];
+ uint8_t gmv_warp_allowed[7];
CdfThreadContext in_cdf, out_cdf;
struct {
Dav1dData data;