mirror of
				https://github.com/PabloMK7/citra.git
				synced 2025-10-31 05:40:04 +00:00 
			
		
		
		
	Fix WMF AAC decoder bug
This commit is contained in:
		
							parent
							
								
									e6ad0d390e
								
							
						
					
					
						commit
						20d823a42a
					
				
					 1 changed files with 3 additions and 2 deletions
				
			
		|  | @ -163,9 +163,10 @@ MFOutputState WMFDecoder::Impl::DecodingLoop(ADTSData adts_header, | |||
|             } | ||||
|         } | ||||
| 
 | ||||
|         // in case of "ok" only, just return quickly
 | ||||
|         // If we return OK here, the decoder won't be in a state to receive new data and will fail
 | ||||
|         // on the next call; instead treat it like the HaveMoreData case
 | ||||
|         if (output_status == MFOutputState::OK) | ||||
|             return MFOutputState::OK; | ||||
|             continue; | ||||
| 
 | ||||
|         // for status = 2, reset MF
 | ||||
|         if (output_status == MFOutputState::NeedReconfig) { | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue