From c0178b0e481332c8aa9ab2b1226d64426eeed9fd Mon Sep 17 00:00:00 2001 From: Michael Roitzsch Date: Thu, 5 Sep 2002 22:18:50 +0000 Subject: remove plugin's private priority and interface members adapt some more decoders CVS patchset: 2618 CVS date: 2002/09/05 22:18:50 --- src/libxvid/xine_decoder.c | 7 ------- 1 file changed, 7 deletions(-) (limited to 'src/libxvid') 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 */ -- cgit v1.2.3