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>2019-02-08 01:40:35 +0300
committerJanne Grunau <janne-vlc@jannau.net>2019-02-09 12:18:22 +0300
commit50a2da6d6d6ec151a9bd44942095303c6a7cdf7f (patch)
treea9ca74c4b0937bc4e1013afe3b03e2fc3672b4c0 /src/internal.h
parent4679305e1c34cf0de27e7782d3bdc7e19923701a (diff)
clean up threads on dav1d_open failures
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 12c76e4..b2f5429 100644
--- a/src/internal.h
+++ b/src/internal.h
@@ -230,6 +230,7 @@ struct Dav1dFrameContext {
int tasks_left, num_tasks;
int (*task_idx_to_sby_and_tile_idx)[2];
int titsati_sz, titsati_init[3];
+ int inited;
} tile_thread;
};