From 408c485632024e3e8839d32cee5a89f400678183 Mon Sep 17 00:00:00 2001 From: James Stembridge Date: Sun, 19 Oct 2003 16:28:10 +0000 Subject: Disable saving of real streams - will make users angry but will stop real from getting angry :) CVS patchset: 5545 CVS date: 2003/10/19 16:28:10 --- src/input/input_pnm.c | 2 +- src/input/input_rtsp.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/input/input_pnm.c b/src/input/input_pnm.c index 0a093f4ee..a15bb7745 100644 --- a/src/input/input_pnm.c +++ b/src/input/input_pnm.c @@ -152,7 +152,7 @@ static off_t pnm_plugin_get_length (input_plugin_t *this_gen) { } static uint32_t pnm_plugin_get_capabilities (input_plugin_t *this_gen) { - return INPUT_CAP_PREVIEW; + return INPUT_CAP_PREVIEW | INPUT_CAP_RIP_FORBIDDEN; } static uint32_t pnm_plugin_get_blocksize (input_plugin_t *this_gen) { diff --git a/src/input/input_rtsp.c b/src/input/input_rtsp.c index 138c1ef6a..41e27c437 100644 --- a/src/input/input_rtsp.c +++ b/src/input/input_rtsp.c @@ -156,7 +156,7 @@ static off_t rtsp_plugin_get_length (input_plugin_t *this_gen) { } static uint32_t rtsp_plugin_get_capabilities (input_plugin_t *this_gen) { - return INPUT_CAP_PREVIEW; + return INPUT_CAP_PREVIEW | INPUT_CAP_RIP_FORBIDDEN; } static uint32_t rtsp_plugin_get_blocksize (input_plugin_t *this_gen) { -- cgit v1.2.3