]> git.sesse.net Git - ffmpeg/blobdiff - ffserver.c
ffprobe: fix indentation of the first line of packets_and_frames sections in the...
[ffmpeg] / ffserver.c
index bd8d95ec2bcabdfc62d2c388be59077a8723668c..1eae3adff3f7dc96c03d36747d67f010c14a6cb2 100644 (file)
@@ -48,6 +48,8 @@
 #include "libavutil/random_seed.h"
 #include "libavutil/parseutils.h"
 #include "libavutil/opt.h"
+#include "libavutil/time.h"
+
 #include <stdarg.h>
 #include <unistd.h>
 #include <fcntl.h>
@@ -3772,7 +3774,7 @@ static void build_feed_streams(void)
             s->nb_streams = feed->nb_streams;
             s->streams = feed->streams;
             if (avformat_write_header(s, NULL) < 0) {
-                http_log("Container doesn't supports the required parameters\n");
+                http_log("Container doesn't support the required parameters\n");
                 exit(1);
             }
             /* XXX: need better api */