This commit is contained in:
Megamouse 2026-04-20 23:58:17 +08:00 committed by GitHub
commit d79fcbd2f4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 1 additions and 4 deletions

2
3rdparty/ffmpeg vendored

@ -1 +1 @@
Subproject commit ce81114ed99e5510f6cd983f59a1eac9f33bb73c
Subproject commit 199c92bee7146c9df383c4045b6ad03961c46808

View file

@ -31,9 +31,6 @@ static std::vector<const AVCodec*> get_video_codecs(const AVOutputFormat* fmt)
void* opaque = nullptr;
while (const AVCodec* codec = av_codec_iterate(&opaque))
{
if (!codec->pix_fmts)
continue;
if (codec->capabilities & AV_CODEC_CAP_EXPERIMENTAL)
continue;