>From one of the dupe bugs, aspect is 1, which libdvdnav doesn't seem to
expect:

int vm_get_video_aspect(vm_t *vm) {
  int aspect = vm_get_video_attr(vm).display_aspect_ratio;

  assert(aspect == 0 || aspect == 3);
  ...
}

 buf = 0x9d87608 "totem: /build/buildd/libdvdnav-4.1.3/src/vm/vm.c:863: 
vm_get_video_aspect: Assertion `aspect == 0 || aspect == 3' failed.\n"
#4 0x00f26cb6 in vm_get_video_aspect (vm=0x9d81538)
    at /build/buildd/libdvdnav-4.1.3/src/vm/vm.c:863
 aspect = 1
 __PRETTY_FUNCTION__ = "vm_get_video_aspect"

What was the actual aspect ratio of the video being played?


** Changed in: libdvdnav (Ubuntu)
       Status: Confirmed => Incomplete

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1059316

Title:
  vlc assert failure: vlc: vm.c:956: vm_get_video_aspect: Assertion
  `aspect == 0 || aspect == 3' failed.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libdvdnav/+bug/1059316/+subscriptions

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to