mirror of
				https://github.com/nyanmisaka/ffmpeg-rockchip.git
				synced 2025-10-31 20:42:49 +08:00 
			
		
		
		
	doc/filters.texi: explain infinite looping
Explain how to achieve infinite looping with the loop / aloop filters. Signed-off-by: Werner Robitza <werner.robitza@gmail.com>
This commit is contained in:
		 Werner Robitza
					Werner Robitza
				
			
				
					committed by
					
						 Lou Logan
						Lou Logan
					
				
			
			
				
	
			
			
			 Lou Logan
						Lou Logan
					
				
			
						parent
						
							515555af6c
						
					
				
				
					commit
					5f278620b8
				
			| @@ -1144,7 +1144,7 @@ The filter accepts the following options: | ||||
|  | ||||
| @table @option | ||||
| @item loop | ||||
| Set the number of loops. | ||||
| Set the number of loops. Setting this value to -1 will result in infinite loops. | ||||
|  | ||||
| @item size | ||||
| Set maximal number of samples. | ||||
| @@ -9991,7 +9991,7 @@ The filter accepts the following options: | ||||
|  | ||||
| @table @option | ||||
| @item loop | ||||
| Set the number of loops. | ||||
| Set the number of loops. Setting this value to -1 will result in infinite loops. | ||||
|  | ||||
| @item size | ||||
| Set maximal size in number of frames. | ||||
|   | ||||
		Reference in New Issue
	
	Block a user