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 *