]> git.nihav.org Git - nihav.git/commit
mov: split code into smaller components
authorKostya Shishkov <kostya.shishkov@gmail.com>
Thu, 2 Apr 2026 16:18:03 +0000 (18:18 +0200)
committerKostya Shishkov <kostya.shishkov@gmail.com>
Thu, 2 Apr 2026 16:18:03 +0000 (18:18 +0200)
commita2c4cddd96db08ce4af8def7d46a3a757addb433
treeb71b325e34f9152440d345037e9730d5a2621fd5
parente933f7db4b077901bc976ce30a05fbb94261fd21
mov: split code into smaller components
nihav-commonfmt/src/demuxers/mov.rs [deleted file]
nihav-commonfmt/src/demuxers/mov/mod.rs [new file with mode: 0644]
nihav-commonfmt/src/demuxers/mov/pktread.rs [new file with mode: 0644]
nihav-commonfmt/src/demuxers/mov/track.rs [new file with mode: 0644]