]> git.nihav.org Git - nihav-encoder.git/commit
allow to set muxer options before it is created
authorKostya Shishkov <kostya.shishkov@gmail.com>
Tue, 9 Jun 2026 16:56:12 +0000 (18:56 +0200)
committerKostya Shishkov <kostya.shishkov@gmail.com>
Tue, 9 Jun 2026 16:56:12 +0000 (18:56 +0200)
commit720dd9d53846ad8a103e393a314bd815d8be207c
treed4a8a70a0259050dd35e93f02d72bb0e62cca784
parent6ff9e756937e0c1ad00778718f944ba668af9e0a
allow to set muxer options before it is created

This way it will pick up options that are needed to set before e.g.
container header is written (like custom stream tags).
src/main.rs