avformat/av1: fix AV1CodecConfigurationBox name in doxy

Signed-off-by: James Almer <jamrial@gmail.com>
This commit is contained in:
James Almer 2019-07-30 00:33:47 -03:00
parent fd93d5efe6
commit 502aff91a7

View File

@ -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
*