diff options
Diffstat (limited to 'src/libxinevdec/cinepak.c')
-rw-r--r-- | src/libxinevdec/cinepak.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/libxinevdec/cinepak.c b/src/libxinevdec/cinepak.c index 441b464c0..14e931644 100644 --- a/src/libxinevdec/cinepak.c +++ b/src/libxinevdec/cinepak.c @@ -22,7 +22,7 @@ * based on overview of Cinepak algorithm and example decoder * by Tim Ferguson: http://www.csse.monash.edu.au/~timf/ * - * $Id: cinepak.c,v 1.13 2002/09/05 20:44:41 mroi Exp $ + * $Id: cinepak.c,v 1.14 2002/09/05 22:19:02 mroi Exp $ */ #include <stdlib.h> @@ -454,7 +454,6 @@ static void *init_video_decoder_plugin (xine_t *xine, void *data) { this->video_decoder.close = cvid_close; this->video_decoder.get_identifier = cvid_get_id; this->video_decoder.dispose = cvid_dispose; - this->video_decoder.priority = 5; return (video_decoder_t *) this; } |