avcodec/mediacodec_wrapper: Fix unused variable warning

This commit is contained in:
Zhao Zhili 2024-04-17 12:37:37 +08:00
parent 98b5e80fd6
commit 32fa20c0c9
1 changed files with 1 additions and 0 deletions

View File

@ -365,6 +365,7 @@ int ff_AMediaCodecProfile_getProfileFromAVCodecContext(AVCodecContext *avctx)
(void)VP9Profile3HDR;
(void)VP9Profile2HDR10Plus;
(void)VP9Profile3HDR10Plus;
(void)MPEG4ProfileSimpleFace;
(void)AV1ProfileMain10;
(void)AV1ProfileMain10HDR10;
(void)AV1ProfileMain10HDR10Plus;