diff options
Diffstat (limited to 'src/input/input_dvb.c')
-rw-r--r-- | src/input/input_dvb.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/input/input_dvb.c b/src/input/input_dvb.c index 12eac8114..a6e428782 100644 --- a/src/input/input_dvb.c +++ b/src/input/input_dvb.c @@ -369,6 +369,7 @@ static void osd_show_channel (dvb_input_plugin_t *this) { if ( (channel >= 0) && (channel < this->num_channels) ) this->stream->osd_renderer->render_text (this->osd, 10, 10+i*35, this->channels[channel].name, + "iso-8859-1", OSD_TEXT3); channel ++; } |