summaryrefslogtreecommitdiff
path: root/src/demuxers/demux_avi.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/demuxers/demux_avi.c')
-rw-r--r--src/demuxers/demux_avi.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/demuxers/demux_avi.c b/src/demuxers/demux_avi.c
index 581573a13..027fe333d 100644
--- a/src/demuxers/demux_avi.c
+++ b/src/demuxers/demux_avi.c
@@ -19,7 +19,7 @@
*/
/*
- * $Id: demux_avi.c,v 1.225 2006/05/22 16:43:56 mshopf Exp $
+ * $Id: demux_avi.c,v 1.226 2006/06/02 22:18:56 dsalt Exp $
*
* demultiplexer for avi streams
*
@@ -2357,7 +2357,7 @@ static void *init_class (xine_t *xine, void *data) {
/*
* exported plugin catalog entry
*/
-demuxer_info_t demux_info_avi = {
+static const demuxer_info_t demux_info_avi = {
10 /* priority */
};