You've already forked FFmpeg
							
							
				mirror of
				https://github.com/FFmpeg/FFmpeg.git
				synced 2025-10-30 23:18:11 +02:00 
			
		
		
		
	Merge commit 'bd2ab27c488ae92c7820efe11d4f53d84e94d58e'
* commit 'bd2ab27c488ae92c7820efe11d4f53d84e94d58e': avconv: use read_file() for reading the 2pass stats Conflicts: cmdutils.c cmdutils.h ffmpeg_opt.c Merged-by: Michael Niedermayer <michael@niedermayer.cc>
This commit is contained in:
		
							
								
								
									
										12
									
								
								cmdutils.h
									
									
									
									
									
								
							
							
						
						
									
										12
									
								
								cmdutils.h
									
									
									
									
									
								
							| @@ -529,18 +529,6 @@ int show_colors(void *optctx, const char *opt, const char *arg); | ||||
|  */ | ||||
| int read_yesno(void); | ||||
|  | ||||
| /** | ||||
|  * Read the file with name filename, and put its content in a newly | ||||
|  * allocated 0-terminated buffer. | ||||
|  * | ||||
|  * @param filename file to read from | ||||
|  * @param bufptr location where pointer to buffer is returned | ||||
|  * @param size   location where size of buffer is returned | ||||
|  * @return >= 0 in case of success, a negative value corresponding to an | ||||
|  * AVERROR error code in case of failure. | ||||
|  */ | ||||
| int cmdutils_read_file(const char *filename, char **bufptr, size_t *size); | ||||
|  | ||||
| /** | ||||
|  * Get a file corresponding to a preset file. | ||||
|  * | ||||
|   | ||||
		Reference in New Issue
	
	Block a user