summaryrefslogtreecommitdiff
path: root/src/libxvid/xine_decoder.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/libxvid/xine_decoder.c')
-rw-r--r--src/libxvid/xine_decoder.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/libxvid/xine_decoder.c b/src/libxvid/xine_decoder.c
index 379e07b02..c53a064aa 100644
--- a/src/libxvid/xine_decoder.c
+++ b/src/libxvid/xine_decoder.c
@@ -241,13 +241,6 @@ static void *init_video_decoder_plugin (xine_t *xine, void *data) {
return (video_decoder_t *) this;
}
-static int xvid_can_handle (video_decoder_t *this_gen, int buf_type) {
- buf_type &= (BUF_MAJOR_MASK|BUF_DECODER_MASK);
-
- /* FIXME: what is it exactly that xvid can handle? :> */
- return 0;
-}
-
/*
* exported plugin catalog entry
*/