summaryrefslogtreecommitdiff
path: root/libavformat/av1.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavformat/av1.c')
-rw-r--r--libavformat/av1.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/av1.c b/libavformat/av1.c
index 5ad9222900..4ff4bffddf 100644
--- a/libavformat/av1.c
+++ b/libavformat/av1.c
@@ -76,7 +76,7 @@ int ff_av1_filter_obus_buf(const uint8_t *buf, uint8_t **out, int *size)
av_freep(out);
*size = avio_close_dyn_buf(pb, out);
- return ret;
+ return 0;
}
static inline void uvlc(GetBitContext *gb)