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

bcoudurier subversion
Sat Oct 25 02:50:24 CEST 2008


Author: bcoudurier
Date: Sat Oct 25 02:50:23 2008
New Revision: 15694

Log:
cosmetics, indentation

Modified:
   trunk/ffserver.c

Modified: trunk/ffserver.c
==============================================================================
--- trunk/ffserver.c	(original)
+++ trunk/ffserver.c	Sat Oct 25 02:50:23 2008
@@ -4019,11 +4019,11 @@ static int parse_ffconfig(const char *fi
         } else if (!strcasecmp(cmd, "InputFormat")) {
             get_arg(arg, sizeof(arg), &p);
             if (stream) {
-            stream->ifmt = av_find_input_format(arg);
-            if (!stream->ifmt) {
-                fprintf(stderr, "%s:%d: Unknown input format: %s\n",
-                        filename, line_num, arg);
-            }
+                stream->ifmt = av_find_input_format(arg);
+                if (!stream->ifmt) {
+                    fprintf(stderr, "%s:%d: Unknown input format: %s\n",
+                            filename, line_num, arg);
+                }
             }
         } else if (!strcasecmp(cmd, "FaviconURL")) {
             if (stream && stream->stream_type == STREAM_TYPE_STATUS) {




More information about the ffmpeg-cvslog mailing list