diff options
author | Darren Salt <devspam@moreofthesa.me.uk> | 2013-09-27 22:51:16 +0100 |
---|---|---|
committer | Darren Salt <devspam@moreofthesa.me.uk> | 2013-09-27 22:51:16 +0100 |
commit | faf759b603c694a968e343918e750fcfa19c3e1e (patch) | |
tree | 7e33687a03ce68d78505486ca9f19911adea9bc1 /src/spu_dec/sputext_decoder.c | |
parent | 6b3ab6fcfbeef4c604cfe5819ede30d60c620d3b (diff) | |
parent | 1484cd98330543db0f70955cb8877aeab7f8f06f (diff) | |
download | xine-lib-faf759b603c694a968e343918e750fcfa19c3e1e.tar.gz xine-lib-faf759b603c694a968e343918e750fcfa19c3e1e.tar.bz2 |
Merge.
Diffstat (limited to 'src/spu_dec/sputext_decoder.c')
-rw-r--r-- | src/spu_dec/sputext_decoder.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/spu_dec/sputext_decoder.c b/src/spu_dec/sputext_decoder.c index 5db52b9d6..8421d8871 100644 --- a/src/spu_dec/sputext_decoder.c +++ b/src/spu_dec/sputext_decoder.c @@ -155,7 +155,7 @@ typedef struct sputext_decoder_s { subtitle_size subtitle_size; /* size of subtitles */ int vertical_offset; char font[FILENAME_MAX]; /* subtitle font */ - char *buf_encoding; /* encoding of subtitle buffer */ + const char *buf_encoding; /* encoding of subtitle buffer */ int width; /* frame width */ int height; /* frame height */ |