diff options
| author | Petri Hintukainen <phintuka@users.sourceforge.net> | 2011-12-16 11:45:23 +0200 |
|---|---|---|
| committer | Petri Hintukainen <phintuka@users.sourceforge.net> | 2011-12-16 11:45:23 +0200 |
| commit | a541a6e710239d3a2d00a1f07e8afa8e50f05594 (patch) | |
| tree | 1015e6a3d4a2f94adf47023e3a64ca8b1d2d22c2 /src/libsputext | |
| parent | 479c80505dca5c15a1ea17129d426d95d1aa04ee (diff) | |
| parent | 6b454a7621efa197b3f922c1ea840b359ac573b2 (diff) | |
| download | xine-lib-a541a6e710239d3a2d00a1f07e8afa8e50f05594.tar.gz xine-lib-a541a6e710239d3a2d00a1f07e8afa8e50f05594.tar.bz2 | |
Merge
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 cda8a5983..3090c640e 100644 --- a/src/libsputext/xine_sputext_decoder.c +++ b/src/libsputext/xine_sputext_decoder.c @@ -551,7 +551,7 @@ static int is_cjk_encoding(const char *enc) { static void draw_subtitle(sputext_decoder_t *this, int64_t sub_start, int64_t sub_end ) { int y; - int sub_x, sub_y, max_width; + int sub_x, sub_y, max_width = this->width; int alignment; _x_assert(this->renderer != NULL); |
