Merge pull request #5027 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

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: