diff options
author | Petri Hintukainen <phintuka@users.sourceforge.net> | 2012-01-10 15:07:56 +0200 |
---|---|---|
committer | Petri Hintukainen <phintuka@users.sourceforge.net> | 2012-01-10 15:07:56 +0200 |
commit | 00a8fc0dbeccdd7bda8246475fc2d079202b524a (patch) | |
tree | dd435cb3770ff0a9b36377de820fa5ce3ea86860 | |
parent | f0fed5bcc050d947a1d41f742acf111f3f1c0b2b (diff) | |
download | xine-lib-00a8fc0dbeccdd7bda8246475fc2d079202b524a.tar.gz xine-lib-00a8fc0dbeccdd7bda8246475fc2d079202b524a.tar.bz2 |
Added const
-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 3090c640e..e2e37bc37 100644 --- a/src/libsputext/xine_sputext_decoder.c +++ b/src/libsputext/xine_sputext_decoder.c @@ -122,7 +122,7 @@ typedef struct sputext_class_s { char font_ft[FILENAME_MAX]; /* subtitle font */ int use_font_ft; /* use Freetype */ #endif - char *src_encoding; /* encoding of subtitle file */ + const char *src_encoding; /* encoding of subtitle file */ int use_unscaled; /* use unscaled OSD if possible */ xine_t *xine; |