avcodec/aacdec: Move buffer to reduce padding
Reviewed-by: Lynne <dev@lynne.ee> Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
This commit is contained in:
		
							parent
							
								
									aaf26cffba
								
							
						
					
					
						commit
						b9dea251d5
					
				@ -207,6 +207,7 @@ typedef struct AACDecContext {
 | 
			
		||||
     * @{
 | 
			
		||||
     */
 | 
			
		||||
    DECLARE_ALIGNED(32, INTFLOAT, buf_mdct)[1024];
 | 
			
		||||
    DECLARE_ALIGNED(32, INTFLOAT, temp)[128];
 | 
			
		||||
    /** @} */
 | 
			
		||||
 | 
			
		||||
    /**
 | 
			
		||||
@ -254,8 +255,6 @@ typedef struct AACDecContext {
 | 
			
		||||
 | 
			
		||||
    enum AACOutputChannelOrder output_channel_order;
 | 
			
		||||
 | 
			
		||||
    DECLARE_ALIGNED(32, INTFLOAT, temp)[128];
 | 
			
		||||
 | 
			
		||||
    OutputConfiguration oc[2];
 | 
			
		||||
    int warned_num_aac_frames;
 | 
			
		||||
    int warned_960_sbr;
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user