!918 修改key的注释

Merge pull request !918 from 王子微/dev_localInterface
This commit is contained in:
openharmony_ci 2024-06-26 06:37:08 +00:00 committed by Gitee
commit 46217d1cca
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -303,7 +303,7 @@ extern const char *OH_MD_KEY_ROTATION;
* @syscap SystemCapability.Multimedia.Media.CodecBase
* @since 10
*/
/* Key for video YUV value range flag, value type is bool */
/* Key for video YUV value range flag, value type is bool, true for full range, false for limited range */
extern const char *OH_MD_KEY_RANGE_FLAG;
/* Key for video color primaries, value type is int32_t, see @OH_ColorPrimary */
extern const char *OH_MD_KEY_COLOR_PRIMARIES;