mirror of
				https://github.com/PabloMK7/citra.git
				synced 2025-10-30 21:30:04 +00:00 
			
		
		
		
	Merge pull request #5027 from jroweboy/ffmpeg-fix
Reenable AAC FFMPEG decoding
This commit is contained in:
		
						commit
						dd258acfaf
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -13,7 +13,7 @@ public: | ||||||
|     ~Impl(); |     ~Impl(); | ||||||
|     std::optional<BinaryResponse> ProcessRequest(const BinaryRequest& request); |     std::optional<BinaryResponse> ProcessRequest(const BinaryRequest& request); | ||||||
|     bool IsValid() const { |     bool IsValid() const { | ||||||
|         return initalized; |         return have_ffmpeg_dl; | ||||||
|     } |     } | ||||||
| 
 | 
 | ||||||
| private: | private: | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue