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:
authorRonald S. Bultje <rsbultje@gmail.com>2021-11-12 04:34:05 +0300
committerRonald S. Bultje <rsbultje@gmail.com>2021-11-12 15:56:05 +0300
commit2337127cecd737e7134ad8f53f0d71f347fa0851 (patch)
treee5b00eb1f7da539f74bc71c053a91322c4cc4a34 /src/internal.h
parentc7a5b900017d379d62a242d8ef884eeb48862a27 (diff)
Mark failed-to-decode frames as incomplete when --maxframedelay=1
Credit to oss-fuzz.
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 c1190e4..a43af88 100644
--- a/src/internal.h
+++ b/src/internal.h
@@ -302,6 +302,7 @@ struct Dav1dFrameContext {
struct Dav1dTask *tasks, *tile_tasks[2], init_task;
int num_tasks, num_tile_tasks;
int done[2];
+ int retval;
int update_set; // whether we need to update CDF reference
atomic_int error;
int task_counter;