Skip to content

Commit

Permalink
Clear additional field when resetting DVD VM to ensure playback doesn…
Browse files Browse the repository at this point in the history
…'t abort with "Error reading NAV packet".
  • Loading branch information
Richard committed Jul 1, 2013
1 parent 00de91b commit bdc2b28
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions mythtv/libs/libmythdvdnav/dvdnav/vm/vm.c
Expand Up @@ -352,6 +352,8 @@ int vm_reset(vm_t *vm, const char *dvdroot) {

(vm->state).vtsN = -1;

vm->hop_channel = 0;

if (vm->dvd && dvdroot) {
/* a new dvd device has been requested */
vm_stop(vm);
Expand Down

0 comments on commit bdc2b28

Please sign in to comment.