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:
authorJanne Grunau <janne-vlc@jannau.net>2018-11-23 23:50:17 +0300
committerJanne Grunau <janne-vlc@jannau.net>2018-11-24 00:51:29 +0300
commit3a4445bd11bc948c28b3e0706c599213ac221870 (patch)
treeef836312f1c6d5d77f853070f981c8c1e1c7194c /src/internal.h
parent0eafb6f5abc61a8c08cd27c649c935b40f25fe70 (diff)
API/scalable: add all_layers Dav1dSettings
Refs #188, adds a dav1d CLI option. Defaults to 1 to allow adjustment of the tests of scalable bitstreams.
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 {