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 /include/dav1d/dav1d.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 'include/dav1d/dav1d.h')
-rw-r--r--include/dav1d/dav1d.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/dav1d/dav1d.h b/include/dav1d/dav1d.h
index 5bf7a2b..64b9042 100644
--- a/include/dav1d/dav1d.h
+++ b/include/dav1d/dav1d.h
@@ -46,6 +46,7 @@ typedef struct Dav1dSettings {
int n_tile_threads;
Dav1dPicAllocator allocator;
int apply_grain;
+ int operating_point; ///< select an operating point for scalable AV1 bitstreams (0 - 31)
} Dav1dSettings;
/**