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/decode.c')
-rw-r--r--src/decode.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/decode.c b/src/decode.c
index cec91e9..5592d78 100644
--- a/src/decode.c
+++ b/src/decode.c
@@ -3356,7 +3356,7 @@ error:
int dav1d_decode_frame_main(Dav1dFrameContext *const f) {
const Dav1dContext *const c = f->c;
- int retval = DAV1D_ERR(ENOMEM);
+ int retval = DAV1D_ERR(EINVAL);
assert(f->c->n_tc == 1);