libswscale: aarch64: Fix the indentation of some macro invocations
Signed-off-by: Martin Storsjö <martin@martin.st>
This commit is contained in:
		
							parent
							
								
									9d15fe77e3
								
							
						
					
					
						commit
						cfe0a36352
					
				@ -63,7 +63,7 @@
 | 
			
		||||
.endm
 | 
			
		||||
 | 
			
		||||
.macro load_args_nv21 ofmt
 | 
			
		||||
    load_args_nv12 \ofmt
 | 
			
		||||
        load_args_nv12  \ofmt
 | 
			
		||||
.endm
 | 
			
		||||
 | 
			
		||||
.macro load_args_yuv420p ofmt
 | 
			
		||||
@ -175,7 +175,7 @@
 | 
			
		||||
 | 
			
		||||
.macro declare_func ifmt ofmt
 | 
			
		||||
function ff_\ifmt\()_to_\ofmt\()_neon, export=1
 | 
			
		||||
    load_args_\ifmt \ofmt
 | 
			
		||||
        load_args_\ifmt \ofmt
 | 
			
		||||
 | 
			
		||||
        mov             w9, w1
 | 
			
		||||
1:
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user