Cosmetics: merge declaration and initialization
Originally committed as revision 13389 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
		
							parent
							
								
									cdc15adf16
								
							
						
					
					
						commit
						14ff7cceeb
					
				@ -292,13 +292,11 @@ static int dec2(signed short *decsp, const int *data, const int *inp,
 | 
				
			|||||||
{
 | 
					{
 | 
				
			||||||
    unsigned const int *ptr1,*ptr2;
 | 
					    unsigned const int *ptr1,*ptr2;
 | 
				
			||||||
    int work[10];
 | 
					    int work[10];
 | 
				
			||||||
    int b;
 | 
					    int b = NBLOCKS - a;
 | 
				
			||||||
    int x;
 | 
					    int x;
 | 
				
			||||||
    int result;
 | 
					    int result;
 | 
				
			||||||
    unsigned short *sptr  = decsp;
 | 
					    unsigned short *sptr  = decsp;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    b = NBLOCKS - a;
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
    ptr1 = inp;
 | 
					    ptr1 = inp;
 | 
				
			||||||
    ptr2 = inp2;
 | 
					    ptr2 = inp2;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user