[Ffmpeg-cvslog] r8784 - trunk

alex subversion
Sun Apr 22 19:48:23 CEST 2007


Author: alex
Date: Sun Apr 22 19:48:23 2007
New Revision: 8784

Log:
fixed InputFormat option, which was never working

Modified:
   trunk/ffserver.c

Modified: trunk/ffserver.c
==============================================================================
--- trunk/ffserver.c	(original)
+++ trunk/ffserver.c	Sun Apr 22 19:48:23 2007
@@ -4024,6 +4024,7 @@ static int parse_ffconfig(const char *fi
                 video_id = stream->fmt->video_codec;
             }
         } else if (!strcasecmp(cmd, "InputFormat")) {
+            get_arg(arg, sizeof(arg), &p);
             stream->ifmt = av_find_input_format(arg);
             if (!stream->ifmt) {
                 fprintf(stderr, "%s:%d: Unknown input format: %s\n",




More information about the ffmpeg-cvslog mailing list