On Tue, 2011-05-10 at 15:02 +0200, Vladimir Pantelic wrote: > Uoti Urpala wrote: > > Disabling the utils.c fallback for asf should be enough. I'm not posting
> attached are 2 patches that both solve the issue, one makes ASF cleanup > after util.c falls back to binary search, This makes little sense IMO. The seek method of the asf demuxer already uses binary seeking machinery itself when appropriate. Trying to support outside binary search calls that are known to have only negative effects seems wrong. > the other one introduces a new > flag that prevents util.c from doing so. But it still calls av_seek_frame_generic(). Is that really any more appropriate, even if it doesn't happen to trigger visible problems now? How many demuxers are there that define their own seek method but do still rely on the general code executing the fallbacks? _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
