Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Almer <jamrial@gmail.com>2017-04-06 17:45:58 +0300
committerJames Almer <jamrial@gmail.com>2017-04-06 17:45:58 +0300
commite5c11ab9cef60a6c9141d7a60145ea833dd88485 (patch)
tree1994e0617b579d3fe974945470599088708ab65e /libavcodec
parentf4cee500e9694456f008c2339c2508ef1b9573a5 (diff)
avcodec: fix containts typo
Diffstat (limited to 'libavcodec')
-rw-r--r--libavcodec/avcodec.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h
index bffc169881..ee133712b5 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,