Re: [FFmpeg-devel] [PATCH 2/7] avformat/dvdvideodec: Implement seeking

2024-07-28 Thread Marth64
Hi Sean_McG, good day, First of all, there is a typo in the commit message. It should say "at the mercy of dvdnav_time_search()" > I think avpriv_report_missing_feature() might be more appropriate here. But there is no missing feature, the implementation is working great with dvdnav_time_search()

Re: [FFmpeg-devel] [PATCH 2/7] avformat/dvdvideodec: Implement seeking

2024-07-28 Thread Sean McGovern
Hi Marth64, On Sun, Jul 28, 2024 at 3:35 AM Marth64 wrote: > > Player applications can now enjoy seeking while playing back > a title. Accuracy is at the mercy of what libdvdnav offers, > which is currently dvdnav_jump_to_sector_by_time(). > > Signed-off-by: Marth64 > --- > libavformat/dvdvideo