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

bcoudurier subversion
Thu May 29 04:32:02 CEST 2008


Author: bcoudurier
Date: Thu May 29 04:32:02 2008
New Revision: 13525

Log:
reindent

Modified:
   trunk/ffserver.c

Modified: trunk/ffserver.c
==============================================================================
--- trunk/ffserver.c	(original)
+++ trunk/ffserver.c	Thu May 29 04:32:02 2008
@@ -4275,12 +4275,12 @@ static int parse_ffconfig(const char *fi
                         filename, line_num);
                 errors++;
             } else {
-            if (!redirect->feed_filename[0]) {
-                fprintf(stderr, "%s:%d: No URL found for <Redirect>\n",
-                        filename, line_num);
-                errors++;
-            }
-            redirect = NULL;
+                if (!redirect->feed_filename[0]) {
+                    fprintf(stderr, "%s:%d: No URL found for <Redirect>\n",
+                            filename, line_num);
+                    errors++;
+                }
+                redirect = NULL;
             }
         } else if (!strcasecmp(cmd, "LoadModule")) {
             get_arg(arg, sizeof(arg), &p);




More information about the ffmpeg-cvslog mailing list