diff --git a/mythtv/libs/libmythtv/BDRingBuffer.cpp b/mythtv/libs/libmythtv/BDRingBuffer.cpp
index 64a9ef1..1e9705b 100644
|
a
|
b
|
bool BDRingBufferPriv::OpenFile(const QString &filename)
|
| 63 | 63 | QByteArray keyarray = keyfile.toAscii(); |
| 64 | 64 | const char *keyfilepath = keyarray.data(); |
| 65 | 65 | |
| 66 | | bdnav = bd_open(filename.toLatin1().data(), keyfilepath); |
| | 66 | bdnav = bd_open(filename.toLocal8Bit().data(), keyfilepath); |
| 67 | 67 | |
| 68 | 68 | // The following settings affect HDMV navigation (default audio track selection, |
| 69 | 69 | // parental controls, menu language, etc. They are not yet used. |