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.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 {