1
0
Fork 0
mirror of https://github.com/PabloMK7/citra.git synced 2025-02-19 07:10:23 +00:00

Merge pull request from jroweboy/ffmpeg-fix

Reenable AAC FFMPEG decoding
This commit is contained in:
James Rowe 2019-12-17 08:49:35 -07:00 committed by GitHub
commit dd258acfaf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -13,7 +13,7 @@ public:
~Impl();
std::optional<BinaryResponse> ProcessRequest(const BinaryRequest& request);
bool IsValid() const {
return initalized;
return have_ffmpeg_dl;
}
private: