Commit e5c11ab9 authored by James Almer's avatar James Almer

avcodec: fix containts typo

parent f4cee500
...@@ -1574,7 +1574,7 @@ enum AVPacketSideDataType { ...@@ -1574,7 +1574,7 @@ enum AVPacketSideDataType {
/** /**
* Mastering display metadata (based on SMPTE-2086:2014). This metadata * 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. * of the AVMasteringDisplayMetadata struct.
*/ */
AV_PKT_DATA_MASTERING_DISPLAY_METADATA, AV_PKT_DATA_MASTERING_DISPLAY_METADATA,
...@@ -1587,7 +1587,7 @@ enum AVPacketSideDataType { ...@@ -1587,7 +1587,7 @@ enum AVPacketSideDataType {
/** /**
* Content light level (based on CTA-861.3). This metadata should be * 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. * AVContentLightMetadata struct.
*/ */
AV_PKT_DATA_CONTENT_LIGHT_LEVEL, AV_PKT_DATA_CONTENT_LIGHT_LEVEL,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment