fix ffmpeg android build issue
Some checks failed
eden-build / source (pull_request) Has been skipped
eden-build / linux (pull_request) Successful in 24m53s
eden-build / android (pull_request) Successful in 15m18s
eden-license / license-header (pull_request_target) Failing after 14s
eden-build / windows (msvc) (pull_request) Successful in 56m7s

Signed-off-by: swurl <swurl@swurl.xyz>
This commit is contained in:
swurl 2025-05-10 22:09:01 -04:00
parent 1f6d012da7
commit 3c17854e05
Signed by: crueter
GPG key ID: A5A7629F109C8FD1

View file

@ -377,10 +377,11 @@ typedef struct FFCodec {
const uint32_t* codec_tags;
} FFCodec;
#ifndef ANDROID
static av_always_inline const FFCodec* ffcodec(const AVCodec* codec) {
return (const FFCodec*)codec;
}
#endif
} // namespace