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 5332200..b139443 100644
--- a/src/internal.h
+++ b/src/internal.h
@@ -118,6 +118,7 @@ struct Dav1dContext {
int apply_grain;
int operating_point;
unsigned operating_point_idc;
+ int all_layers;
};
struct Dav1dFrameContext {