diff --git a/multimedia/av_codec/native_avcapability.h b/multimedia/av_codec/native_avcapability.h index a635d0583c4a35fa7bbded4e2bc5ce7583565821..6060424ae055a47561179a47f7111f8009756b87 100644 --- a/multimedia/av_codec/native_avcapability.h +++ b/multimedia/av_codec/native_avcapability.h @@ -18,6 +18,7 @@ #include #include "native_averrors.h" +#include "native_avformat.h" #ifdef __cplusplus extern "C" { @@ -61,6 +62,7 @@ typedef enum OH_AVCodecCategory { /** * @brief The enum of optional features that can be used in specific codec seenarios. + * * @syscap SystemCapability.Multimedia.Media.CodecBase * @since 12 */ @@ -366,6 +368,7 @@ bool OH_AVCapability_AreProfileAndLevelSupported(OH_AVCapability *capability, in /** * @brief Check if the codec supports the specified feature. + * * @syscap SystemCapability.Multimedia.Media.CodecBase * @param capability Codec capability pointer * @param feature Feature enum, refer to {@link OH_AVCapabilityFeature} for details @@ -377,6 +380,7 @@ bool OH_AVCapability_IsFeatureSupported(OH_AVCapability *capability, OH_AVCapabi /** * @brief Get the properties of the specified feature. It should be noted that the life cycle of the OH_AVFormat * instance pointed to by the return value * needs to be manually released by the caller. + * * @syscap SystemCapability.Multimedia.Media.CodecBase * @param capability Codec capability pointer * @param feature Feature enum, refer to {@link OH_AVCapabilityFeature} for details