summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorDiego 'Flameeyes' Pettenò <flameeyes@gmail.com>2007-12-23 17:03:04 +0100
committerDiego 'Flameeyes' Pettenò <flameeyes@gmail.com>2007-12-23 17:03:04 +0100
commitbc8c21fd7f45233fe6501e4e9a21b33a0c498248 (patch)
tree6ac4b724f5bb944a9453d5d7d12f03b28ee8bbf3 /include
parent763595a925b6a5f75e9821654f28e28683cf5960 (diff)
downloadxine-lib-bc8c21fd7f45233fe6501e4e9a21b33a0c498248.tar.gz
xine-lib-bc8c21fd7f45233fe6501e4e9a21b33a0c498248.tar.bz2
Make supported_types constant, change plugins' loading code so that it actually load them properly.
Diffstat (limited to 'include')
-rw-r--r--include/xine/xine_plugin.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/xine/xine_plugin.h b/include/xine/xine_plugin.h
index 74e7523e9..11ccc5e11 100644
--- a/include/xine/xine_plugin.h
+++ b/include/xine/xine_plugin.h
@@ -70,7 +70,7 @@ typedef struct {
/* special_info for a decoder plugin */
typedef struct {
- uint32_t *supported_types; /* streamtypes this decoder can handle */
+ const uint32_t *supported_types; /* streamtypes this decoder can handle */
int priority;
} decoder_info_t;