Ticket #9143: dvd-reset.diff
| File dvd-reset.diff, 531 bytes (added by , 16 years ago) |
|---|
-
home/mark/trunk2/mythtv/libs/libmythtv/DVDRingBuffer.cpp
243 243 244 244 // if a DVDNAV_STOP event has been emitted, dvdnav_reset does not 245 245 // seem to restore the state, hence we need to re-create 246 m_gotStop = true; 246 247 if (m_gotStop) 247 248 { 248 249 VERBOSE(VB_IMPORTANT, LOC +
