mod util; mod demux; mod decode; mod encode; mod muxer; fn init() { } fn process() { } fn main() { init(); process(); }