mirror of
https://github.com/RPCS3/rpcs3.git
synced 2026-04-20 22:05:06 +00:00
Merge eb97ac4130 into 814821d760
This commit is contained in:
commit
d79fcbd2f4
2 changed files with 1 additions and 4 deletions
2
3rdparty/ffmpeg
vendored
2
3rdparty/ffmpeg
vendored
|
|
@ -1 +1 @@
|
|||
Subproject commit ce81114ed99e5510f6cd983f59a1eac9f33bb73c
|
||||
Subproject commit 199c92bee7146c9df383c4045b6ad03961c46808
|
||||
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue