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-05 22:03:55 +0300
committerJanne Grunau <janne-vlc@jannau.net>2018-11-07 01:02:21 +0300
commit6f979f815bb9256aa4e71f493c71f70dd94ced2f (patch)
tree813841dfcdb59265101a59fa13f4cc508d558fb3 /src/internal.h
parent82cce09a19199b62fd67a9307b64fd96d7ede33b (diff)
tile threading: pass decoding errors through progress tracking
See #127
Diffstat (limited to 'src/internal.h')
-rw-r--r--src/internal.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/internal.h b/src/internal.h
index ec0d050..d898e92 100644
--- a/src/internal.h
+++ b/src/internal.h
@@ -217,7 +217,7 @@ struct Dav1dTileState {
CdfContext cdf;
MsacContext msac;
- atomic_int progress; // in sby units
+ atomic_int progress; // in sby units, TILE_ERROR after a decoding error
struct {
pthread_mutex_t lock;
pthread_cond_t cond;