summaryrefslogtreecommitdiff
path: root/libavformat
diff options
context:
space:
mode:
authorJames Almer <jamrial@gmail.com>2019-07-30 00:33:47 -0300
committerJames Almer <jamrial@gmail.com>2019-07-30 00:33:47 -0300
commit502aff91a769f863792bac61fda1092a8a1bf03b (patch)
treea301fb9f8921d29b86f58bb77d5530f893de9d2e /libavformat
parentfd93d5efe64206d5f1bce8c702602353444c0c1a (diff)
avformat/av1: fix AV1CodecConfigurationBox name in doxy
Signed-off-by: James Almer <jamrial@gmail.com>
Diffstat (limited to 'libavformat')
-rw-r--r--libavformat/av1.h2
1 files changed, 1 insertions, 1 deletions
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
*