[FFmpeg-cvslog] r13867 - trunk/ffserver.c

bcoudurier subversion
Sun Jun 22 03:31:37 CEST 2008


Author: bcoudurier
Date: Sun Jun 22 03:31:37 2008
New Revision: 13867

Log:
log to stderr

Modified:
   trunk/ffserver.c

Modified: trunk/ffserver.c
==============================================================================
--- trunk/ffserver.c	(original)
+++ trunk/ffserver.c	Sun Jun 22 03:31:37 2008
@@ -4531,7 +4531,7 @@ int main(int argc, char **argv)
     /* open log file if needed */
     if (logfilename[0] != '\0') {
         if (!strcmp(logfilename, "-"))
-            logfile = stdout;
+            logfile = stderr;
         else
             logfile = fopen(logfilename, "a");
         av_log_set_callback(http_av_log);




More information about the ffmpeg-cvslog mailing list