mirror of
				https://github.com/nyanmisaka/ffmpeg-rockchip.git
				synced 2025-10-28 03:13:08 +08:00 
			
		
		
		
	
		
			
				
	
	
		
			9 lines
		
	
	
		
			126 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			126 B
		
	
	
	
		
			C
		
	
	
	
	
	
| #ifndef FFSERVER_H
 | |
| #define FFSERVER_H
 | |
| 
 | |
| /* interface between ffserver and modules */
 | |
| 
 | |
| void ffserver_module_init(void);
 | |
| 
 | |
| #endif
 | 
