summaryrefslogtreecommitdiff
path: root/src/libxinevdec/rgb.c
diff options
context:
space:
mode:
authorMichael Roitzsch <mroi@users.sourceforge.net>2002-09-05 22:18:50 +0000
committerMichael Roitzsch <mroi@users.sourceforge.net>2002-09-05 22:18:50 +0000
commitc0178b0e481332c8aa9ab2b1226d64426eeed9fd (patch)
tree62183313777b7b3b1b504dc7ca74ea99f7ed59c8 /src/libxinevdec/rgb.c
parent08eb3436712ed19ac471cd0ddcc6d8ab1c30e4e7 (diff)
downloadxine-lib-c0178b0e481332c8aa9ab2b1226d64426eeed9fd.tar.gz
xine-lib-c0178b0e481332c8aa9ab2b1226d64426eeed9fd.tar.bz2
remove plugin's private priority and interface members
adapt some more decoders CVS patchset: 2618 CVS date: 2002/09/05 22:18:50
Diffstat (limited to 'src/libxinevdec/rgb.c')
-rw-r--r--src/libxinevdec/rgb.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/libxinevdec/rgb.c b/src/libxinevdec/rgb.c
index 29b7d120a..0bb905f19 100644
--- a/src/libxinevdec/rgb.c
+++ b/src/libxinevdec/rgb.c
@@ -21,7 +21,7 @@
* Actually, this decoder just converts a raw RGB image to a YUY2 map
* suitable for display under xine.
*
- * $Id: rgb.c,v 1.6 2002/09/05 20:44:42 mroi Exp $
+ * $Id: rgb.c,v 1.7 2002/09/05 22:19:03 mroi Exp $
*/
#include <stdio.h>
@@ -289,7 +289,6 @@ static void *init_video_decoder_plugin (xine_t *xine, void *data) {
this->video_decoder.close = rgb_close;
this->video_decoder.get_identifier = rgb_get_id;
this->video_decoder.dispose = rgb_dispose;
- this->video_decoder.priority = 1;
return this;
}