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:
authorJames Almer <jamrial@gmail.com>2019-01-26 06:41:35 +0300
committerJames Almer <jamrial@gmail.com>2019-01-28 18:16:54 +0300
commitc98bbeb3cf7ec6bd2545fdb8704dae87fe7cc117 (patch)
tree11593a76dff62fd870f78ebf772a67b84145cf73 /src/internal.h
parent0749f4b0929bf9e4f0afa5bc96a12073b55a2408 (diff)
add a logging callback mechanism
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 29cb231..12c76e4 100644
--- a/src/internal.h
+++ b/src/internal.h
@@ -123,6 +123,8 @@ struct Dav1dContext {
unsigned operating_point_idc;
int all_layers;
int drain;
+
+ Dav1dLogger logger;
};
struct Dav1dFrameContext {