GNOME Bugzilla – Bug 582387
[avidemux] Seeking regression
Last modified: 2009-05-13 08:17:25 UTC
Hi, the attached patch fixes a seeking regression in avidemux if there's a) index entries for other tracks than 0 and b) the search returned an index entry other than 0. Problem is, that pointer arithmetic in C is of course done with respect to the pointer type size...
Created attachment 134522 [details] [review] avi-seeking.diff
ack.
commit e93f784ee11b5b57612cd89a0443fab47a4a6590 Author: Sebastian Dröge <sebastian.droege@collabora.co.uk> Date: Tue May 12 21:20:04 2009 +0200 avidemux: Fix pointer arithmetic This fixes a seeking regression, bug #582387.