summaryrefslogtreecommitdiff
path: root/libavformat/av1.h
diff options
context:
space:
mode:
Diffstat (limited to 'libavformat/av1.h')
-rw-r--r--libavformat/av1.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavformat/av1.h b/libavformat/av1.h
index acba12612c..52d0814e86 100644
--- a/libavformat/av1.h
+++ b/libavformat/av1.h
@@ -68,6 +68,7 @@ int ff_av1_filter_obus(AVIOContext *pb, const uint8_t *buf, int size);
*
* @return 0 in case of success, a negative AVERROR code in case of failure.
* On failure, out and size are unchanged
+ * @note *out will be treated as unintialized on input and will not be freed.
*/
int ff_av1_filter_obus_buf(const uint8_t *in, uint8_t **out, int *size);