From 502aff91a769f863792bac61fda1092a8a1bf03b Mon Sep 17 00:00:00 2001 From: James Almer Date: Tue, 30 Jul 2019 00:33:47 -0300 Subject: [PATCH] avformat/av1: fix AV1CodecConfigurationBox name in doxy Signed-off-by: James Almer --- libavformat/av1.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavformat/av1.h b/libavformat/av1.h index 9f2a71f353..dc872e5c59 100644 --- a/libavformat/av1.h +++ b/libavformat/av1.h @@ -59,7 +59,7 @@ int ff_av1_filter_obus_buf(const uint8_t *buf, uint8_t **out, int *size); * Writes AV1 extradata (Sequence Header and Metadata OBUs) to the provided * AVIOContext. * - * @param pb pointer to the AVIOContext where the hvcC shall be written + * @param pb pointer to the AVIOContext where the av1C box shall be written * @param buf input data buffer * @param size size in bytes of the input data buffer *