revert r13867, - reference stdout, I was drunk

Originally committed as revision 13978 to svn://svn.ffmpeg.org/ffmpeg/trunk
pull/126/head
Baptiste Coudurier 17 years ago
parent f035fe9755
commit a9d9aa3613
  1. 2
      ffserver.c

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

Loading…
Cancel
Save