diff --git a/multimedia/av_codec/native_avcapability.h b/multimedia/av_codec/native_avcapability.h index 6060424ae055a47561179a47f7111f8009756b87..a635d0583c4a35fa7bbded4e2bc5ce7583565821 100644 --- a/multimedia/av_codec/native_avcapability.h +++ b/multimedia/av_codec/native_avcapability.h @@ -18,7 +18,6 @@ #include #include "native_averrors.h" -#include "native_avformat.h" #ifdef __cplusplus extern "C" { @@ -62,7 +61,6 @@ 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 */ @@ -368,7 +366,6 @@ 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 @@ -380,7 +377,6 @@ 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