Commit a9d9aa36 authored by Baptiste Coudurier's avatar Baptiste Coudurier

revert r13867, - reference stdout, I was drunk

Originally committed as revision 13978 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent f035fe97
......@@ -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);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment