Re: [FFmpeg-devel] [PATCH] avformat/dvdvideodec: implement seeking

2024-09-15 Thread Anton Khirnov
Quoting Marth64 (2024-09-13 07:37:44) > Player applications can now enjoy seeking while playing back > a title. Accuracy is at the mercy of what libdvdnav exposes, > which is currently dvdnav_time_search(). > > Signed-off-by: Marth64 > --- > libavformat/dvdvideodec.c | 77 +++

[FFmpeg-devel] [PATCH] avformat/dvdvideodec: implement seeking

2024-09-12 Thread Marth64
Player applications can now enjoy seeking while playing back a title. Accuracy is at the mercy of what libdvdnav exposes, which is currently dvdnav_time_search(). Signed-off-by: Marth64 --- libavformat/dvdvideodec.c | 77 --- 1 file changed, 72 insertions(+),