mirror of
				https://github.com/nyanmisaka/ffmpeg-rockchip.git
				synced 2025-10-31 20:42:49 +08:00 
			
		
		
		
	img2 encoder: allow %t in filename, based on patch from Yuval Adam
Signed-off-by: rogerdpack <rogerpack2005@gmail.com> Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
This commit is contained in:
		 rogerdpack
					rogerdpack
				
			
				
					committed by
					
						 Michael Niedermayer
						Michael Niedermayer
					
				
			
			
				
	
			
			
			 Michael Niedermayer
						Michael Niedermayer
					
				
			
						parent
						
							7ddfa0be62
						
					
				
				
					commit
					1a956c64c8
				
			| @@ -2780,10 +2780,11 @@ void av_dump_format(AVFormatContext *ic, | ||||
|  * @param path numbered sequence string | ||||
|  * @param number frame number | ||||
|  * @param flags AV_FRAME_FILENAME_FLAGS_* | ||||
|  * @param ts frame timestamp in AV_TIME_BASE fractional seconds. | ||||
|  * @return 0 if OK, -1 on format error | ||||
|  */ | ||||
| int av_get_frame_filename2(char *buf, int buf_size, | ||||
|                           const char *path, int number, int flags); | ||||
|                           const char *path, int number, int flags, int64_t ts); | ||||
|  | ||||
| int av_get_frame_filename(char *buf, int buf_size, | ||||
|                           const char *path, int number); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user