]> rtime.felk.cvut.cz Git - frescor/streamer.git/blobdiff - input.c
Streamer updated to allow specify destination host (option -m).
[frescor/streamer.git] / input.c
diff --git a/input.c b/input.c
index 11e6027cfb23e8ae90dbe872455a2849dae0bda3..14353b998172a17688cb50b0ea6b20ed2560b453 100644 (file)
--- a/input.c
+++ b/input.c
@@ -1,5 +1,10 @@
+/*
+ *  Copyright (c) 2008 Luca Abeni
+ *
+ *  This is free software; see GPL.txt
+ */
 #include <string.h>
-#include "libavformat/avformat.h"
+#include <libavformat/avformat.h>
 #include "input.h"
 
 static uint64_t time_convert(uint64_t time, AVStream *st)