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:07:17 +0300
committerJanne Grunau <janne-vlc@jannau.net>2018-11-24 00:01:22 +0300
commit0eafb6f5abc61a8c08cd27c649c935b40f25fe70 (patch)
tree7e33e54eab358366392fe979490e2b1cd744ec15 /src/internal.h
parent0e3c21979b5e2e6e7e49968b1377e38220c58774 (diff)
API/scalable: add operating point Dav1dSetting
Refs #188, adds a corrosponding dav1d CLI option and skips not required temporal and spatial layers based on the selected operating point.
Diffstat (limited to 'src/internal.h')
-rw-r--r--src/internal.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/internal.h b/src/internal.h
index 9149c12..5332200 100644
--- a/src/internal.h
+++ b/src/internal.h
@@ -116,6 +116,8 @@ struct Dav1dContext {
Dav1dPicAllocator allocator;
int apply_grain;
+ int operating_point;
+ unsigned operating_point_idc;
};
struct Dav1dFrameContext {