From 8695f5d8c99952a89f59b314c58a5e0bbd8a6e6e Mon Sep 17 00:00:00 2001 From: Miguel Freitas Date: Fri, 31 Jan 2003 14:06:03 +0000 Subject: - MAX_PREVIEW_SIZE = 4096 - new fb driver with zero copy CVS patchset: 4058 CVS date: 2003/01/31 14:06:03 --- src/input/input_rtsp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/input/input_rtsp.c') diff --git a/src/input/input_rtsp.c b/src/input/input_rtsp.c index cf5ecab57..dff1aa851 100644 --- a/src/input/input_rtsp.c +++ b/src/input/input_rtsp.c @@ -205,7 +205,7 @@ static int rtsp_plugin_get_optional_data (input_plugin_t *this_gen, switch (data_type) { case INPUT_OPTIONAL_DATA_PREVIEW: - return rtsp_session_peek_header(this->rtsp, data); + return rtsp_session_peek_header(this->rtsp, data, MAX_PREVIEW_SIZE); break; } -- cgit v1.2.3