summaryrefslogtreecommitdiff
path: root/src/libxinevdec/msrle.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/libxinevdec/msrle.c')
-rw-r--r--src/libxinevdec/msrle.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/libxinevdec/msrle.c b/src/libxinevdec/msrle.c
index 006c1d57f..531cf0f1f 100644
--- a/src/libxinevdec/msrle.c
+++ b/src/libxinevdec/msrle.c
@@ -21,7 +21,7 @@
* For more information on the MS RLE format, visit:
* http://www.pcisys.net/~melanson/codecs/
*
- * $Id: msrle.c,v 1.5 2002/09/04 23:31:11 guenter Exp $
+ * $Id: msrle.c,v 1.6 2002/09/05 20:44:41 mroi Exp $
*/
#include <stdio.h>
@@ -340,7 +340,7 @@ static void msrle_dispose (video_decoder_t *this_gen) {
* plugins for the same buffer types to coexist peacefully. The higher the
* priority number, the more precedence a decoder has. E.g., 9 beats 1.
*/
-void *init_video_decoder_plugin (xine_t *xine, void *data) {
+static void *init_video_decoder_plugin (xine_t *xine, void *data) {
msrle_decoder_t *this ;