From 0b7211967068a01431b9d071229ded3c70ea0754 Mon Sep 17 00:00:00 2001 From: luca Date: Fri, 27 Feb 2009 09:36:33 +0100 Subject: [PATCH] Export fps for rt_qosmgr.c (so that it can correctly set server period, etc...) --- streamer.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/streamer.c b/streamer.c index dce1914..1ef5e0b 100644 --- a/streamer.c +++ b/streamer.c @@ -15,7 +15,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) { -- 2.39.2