]> git.nihav.org Git - nihav.git/commit
mov: hopefully improve seeking master
authorKostya Shishkov <kostya.shishkov@gmail.com>
Mon, 6 Apr 2026 16:15:33 +0000 (18:15 +0200)
committerKostya Shishkov <kostya.shishkov@gmail.com>
Mon, 6 Apr 2026 16:15:33 +0000 (18:15 +0200)
commit407a034c3f5c8742ab6bfdfe655eaef4551e4a99
tree643ad282a77e86de2b99594d72591ffdda13dbad
parent1a9ceb3bd6b353a46375e262ba7b9d3c4c9cc7ca
mov: hopefully improve seeking

Since PTS in seek index are actually sample IDs and e.g. for remuxed
tidemo1-24bit-rle.mov seek search returns audio first, it makes sense
to search in the stream-specific index first before rescaling seek
result PTS.
nihav-commonfmt/src/demuxers/mov/mod.rs
nihav-commonfmt/src/demuxers/mov/pktread.rs