Commit 502aff91 authored by James Almer's avatar James Almer

avformat/av1: fix AV1CodecConfigurationBox name in doxy

Signed-off-by: 's avatarJames Almer <jamrial@gmail.com>
parent fd93d5ef
......@@ -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
*
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment