]> rtime.felk.cvut.cz Git - frescor/streamer.git/blobdiff - streamer.c
Omkize streamer
[frescor/streamer.git] / streamer.c
index dce19147e7ba723b03a427e9e4130e60860a02a1..84a320f153353439261e4dd1c5285c318e7115b0 100644 (file)
@@ -1,8 +1,13 @@
+/*
+ *  Copyright (c) 2008 Luca Abeni
+ *
+ *  This is free software; see GPL.txt
+ */
 #include <unistd.h>
 #include <stdlib.h>
 
-#include "libavformat/avformat.h"
-#include "libavdevice/avdevice.h"
+#include <avformat.h>
+//#include <avdevice.h>
 
 #include "input.h"
 #include "output.h"
@@ -15,7 +20,7 @@ static const char *dst = "224.10.20.30";
 static int dport = 20000;
 static int width = 352;
 static int height = 288;
-static int fps = 25;
+int fps = 25;
 
 static void sdp_print(AVFormatContext *s, const char *fname)
 {