| 1 | diff --git a/mythtv/libs/libmythtv/DVD/dvdringbuffer.cpp b/mythtv/libs/libmythtv/DVD/dvdringbuffer.cpp
|
|---|
| 2 | index 11ecffd..5d2feca 100644
|
|---|
| 3 | --- a/mythtv/libs/libmythtv/DVD/dvdringbuffer.cpp
|
|---|
| 4 | +++ b/mythtv/libs/libmythtv/DVD/dvdringbuffer.cpp
|
|---|
| 5 | @@ -365,7 +365,7 @@ bool DVDRingBuffer::OpenFile(const QString &lfilename, uint retry_ms)
|
|---|
| 6 | }
|
|---|
| 7 |
|
|---|
| 8 | int startTitle = 1;
|
|---|
| 9 | - dvdnav_status_t result;
|
|---|
| 10 | + dvdnav_status_t result = DVDNAV_STATUS_ERR;
|
|---|
| 11 | while (startTitle <= num_titles)
|
|---|
| 12 | {
|
|---|
| 13 | result = dvdnav_title_play(m_dvdnav, startTitle);
|
|---|