diff options
author | Guenter Bartsch <guenter@users.sourceforge.net> | 2002-10-23 21:19:42 +0000 |
---|---|---|
committer | Guenter Bartsch <guenter@users.sourceforge.net> | 2002-10-23 21:19:42 +0000 |
commit | e7cd5022531590fb18c7ed4d27fc643f9578e114 (patch) | |
tree | fa1dbbb8a38f2bc8e0379c158745c0d7e0f107df /src/input/input_http.c | |
parent | ca60d965a19237c767aa3d946b2686fb98116064 (diff) | |
download | xine-lib-e7cd5022531590fb18c7ed4d27fc643f9578e114.tar.gz xine-lib-e7cd5022531590fb18c7ed4d27fc643f9578e114.tar.bz2 |
fix capabilites (preview)
CVS patchset: 2975
CVS date: 2002/10/23 21:19:42
Diffstat (limited to 'src/input/input_http.c')
-rw-r--r-- | src/input/input_http.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/input/input_http.c b/src/input/input_http.c index dcc6595cf..0d4e5e696 100644 --- a/src/input/input_http.c +++ b/src/input/input_http.c @@ -393,7 +393,7 @@ static off_t http_plugin_get_length (input_plugin_t *this_gen) { static uint32_t http_plugin_get_capabilities (input_plugin_t *this_gen) { - return INPUT_CAP_NOCAP; + return INPUT_CAP_PREVIEW; } static uint32_t http_plugin_get_blocksize (input_plugin_t *this_gen) { |