diff options
Diffstat (limited to 'src/libxinevdec/msvc.c')
-rw-r--r-- | src/libxinevdec/msvc.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/libxinevdec/msvc.c b/src/libxinevdec/msvc.c index 5ba1d142b..352cb3ce6 100644 --- a/src/libxinevdec/msvc.c +++ b/src/libxinevdec/msvc.c @@ -22,7 +22,7 @@ * based on overview of Microsoft Video-1 algorithm * by Mike Melanson: http://www.pcisys.net/~melanson/codecs/video1.txt * - * $Id: msvc.c,v 1.10 2002/09/05 20:44:41 mroi Exp $ + * $Id: msvc.c,v 1.11 2002/09/05 22:19:03 mroi Exp $ */ #include <stdlib.h> @@ -359,7 +359,6 @@ static void *init_video_decoder_plugin (xine_t *xine, void *data) { this->video_decoder.close = msvc_close; this->video_decoder.get_identifier = msvc_get_id; this->video_decoder.dispose = msvc_dispose; - this->video_decoder.priority = 5; return this; } |