diff options
Diffstat (limited to 'include/xine/xine_plugin.h')
-rw-r--r-- | include/xine/xine_plugin.h | 2 |
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; |