diff options
| author | Darren Salt <linux@youmustbejoking.demon.co.uk> | 2007-04-14 17:19:44 +0100 |
|---|---|---|
| committer | Darren Salt <linux@youmustbejoking.demon.co.uk> | 2007-04-14 17:19:44 +0100 |
| commit | 2339bb34dc3fcc155a04abda51df9fa00732df93 (patch) | |
| tree | 1832d05244d55417fb3505263af74c238ec3c2a2 /src/libsputext | |
| parent | 1860c0e221f617406df80b0d35d22462dbcb9055 (diff) | |
| parent | dc36f8d045cf4f723c44766f44c92e1810e37f4f (diff) | |
| download | xine-lib-2339bb34dc3fcc155a04abda51df9fa00732df93.tar.gz xine-lib-2339bb34dc3fcc155a04abda51df9fa00732df93.tar.bz2 | |
Merge changes.
Diffstat (limited to 'src/libsputext')
| -rw-r--r-- | src/libsputext/xine_sputext_decoder.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libsputext/xine_sputext_decoder.c b/src/libsputext/xine_sputext_decoder.c index e8ef631ca..d4dd103ec 100644 --- a/src/libsputext/xine_sputext_decoder.c +++ b/src/libsputext/xine_sputext_decoder.c @@ -925,7 +925,7 @@ static void update_src_encoding(void *class_gen, xine_cfg_entry_t *entry) static void *init_spu_decoder_plugin (xine_t *xine, void *data) { - static const char *subtitle_size_strings[] = { + static const char *const subtitle_size_strings[] = { "tiny", "small", "normal", "large", "very large", "huge", NULL }; sputext_class_t *this ; |
