[FFmpeg-cvslog] avcodec: fix containts typo
James Almer
git at videolan.org
Thu Apr 6 17:46:28 EEST 2017
ffmpeg | branch: master | James Almer <jamrial at gmail.com> | Thu Apr 6 11:45:58 2017 -0300| [e5c11ab9cef60a6c9141d7a60145ea833dd88485] | committer: James Almer
avcodec: fix containts typo
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=e5c11ab9cef60a6c9141d7a60145ea833dd88485
---
libavcodec/avcodec.h | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h
index bffc169..ee13371 100644
--- a/libavcodec/avcodec.h
+++ b/libavcodec/avcodec.h
@@ -1574,7 +1574,7 @@ enum AVPacketSideDataType {
/**
* Mastering display metadata (based on SMPTE-2086:2014). This metadata
- * should be associated with a video stream and containts data in the form
+ * should be associated with a video stream and contains data in the form
* of the AVMasteringDisplayMetadata struct.
*/
AV_PKT_DATA_MASTERING_DISPLAY_METADATA,
@@ -1587,7 +1587,7 @@ enum AVPacketSideDataType {
/**
* Content light level (based on CTA-861.3). This metadata should be
- * associated with a video stream and containts data in the form of the
+ * associated with a video stream and contains data in the form of the
* AVContentLightMetadata struct.
*/
AV_PKT_DATA_CONTENT_LIGHT_LEVEL,
More information about the ffmpeg-cvslog
mailing list