revert r13867, - reference stdout, I was drunk

Originally committed as revision 13978 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Baptiste Coudurier 2008-06-25 19:55:00 +00:00
parent f035fe9755
commit a9d9aa3613

View File

@ -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);