Re: [FFmpeg-devel] [PATCH] avformat/libopenmpt: Update dts in read_seek function

2025-02-08 Thread DodoGTA GT
Any comments on this change? It's been basically a month since I sent this ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email ffmpeg-devel-requ...@ffmpeg.org w

[FFmpeg-devel] [PATCH] avformat/libopenmpt: Update dts in read_seek function

2025-01-08 Thread Aida JonikienÄ—
This makes the song position correct after doing a seek operation (previously there would be an EOF after seeking about more than half into the song's actual duration). Fixes ticket #7916. Signed-off-by: Aida JonikienÄ— --- libavformat/libopenmpt.c | 1 + 1 file changed, 1 insertion(+) diff --g