diff options
author | phintuka <phintuka> | 2006-12-14 12:42:58 +0000 |
---|---|---|
committer | phintuka <phintuka> | 2006-12-14 12:42:58 +0000 |
commit | 3627698ffde75a284580d91b89569da936215438 (patch) | |
tree | 2809884ed1cad69337123453fc718fbfb3e38197 | |
parent | fb6ce3c7a474c10b741b6b592531fd0205f41ed3 (diff) | |
download | xineliboutput-3627698ffde75a284580d91b89569da936215438.tar.gz xineliboutput-3627698ffde75a284580d91b89569da936215438.tar.bz2 |
Added SAP announcements flag
-rw-r--r-- | config.h | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -4,7 +4,7 @@ * See the main source file 'xineliboutput.c' for copyright information and * how to reach the author. * - * $Id: config.h,v 1.10 2006-10-23 19:21:23 phintuka Exp $ + * $Id: config.h,v 1.11 2006-12-14 12:42:58 phintuka Exp $ * */ @@ -218,6 +218,7 @@ class config_t { int remote_rtp_port; int remote_rtp_ttl; int remote_rtp_always_on; + int remote_rtp_sap; int use_x_keyboard; |