mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2026-02-04 14:30:55 +08:00
avcodec/mediacodec_wrapper: Fix unused variable warning
This commit is contained in:
@@ -365,6 +365,7 @@ int ff_AMediaCodecProfile_getProfileFromAVCodecContext(AVCodecContext *avctx)
|
||||
(void)VP9Profile3HDR;
|
||||
(void)VP9Profile2HDR10Plus;
|
||||
(void)VP9Profile3HDR10Plus;
|
||||
(void)MPEG4ProfileSimpleFace;
|
||||
(void)AV1ProfileMain10;
|
||||
(void)AV1ProfileMain10HDR10;
|
||||
(void)AV1ProfileMain10HDR10Plus;
|
||||
|
||||
Reference in New Issue
Block a user