[FFmpeg-cvslog] avformat/av1: fix AV1CodecConfigurationBox name in doxy
James Almer
git at videolan.org
Tue Jul 30 06:35:15 EEST 2019
ffmpeg | branch: master | James Almer <jamrial at gmail.com> | Tue Jul 30 00:33:47 2019 -0300| [502aff91a769f863792bac61fda1092a8a1bf03b] | committer: James Almer
avformat/av1: fix AV1CodecConfigurationBox name in doxy
Signed-off-by: James Almer <jamrial at gmail.com>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=502aff91a769f863792bac61fda1092a8a1bf03b
---
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
*
More information about the ffmpeg-cvslog
mailing list