You've already forked FFmpeg
							
							
				mirror of
				https://github.com/FFmpeg/FFmpeg.git
				synced 2025-10-30 23:18:11 +02:00 
			
		
		
		
	revert r13867, - reference stdout, I was drunk
Originally committed as revision 13978 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
		| @@ -4483,7 +4483,7 @@ int main(int argc, char **argv) | ||||
|     /* open log file if needed */ | ||||
|     if (logfilename[0] != '\0') { | ||||
|         if (!strcmp(logfilename, "-")) | ||||
|             logfile = stderr; | ||||
|             logfile = stdout; | ||||
|         else | ||||
|             logfile = fopen(logfilename, "a"); | ||||
|         av_log_set_callback(http_av_log); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user