blob: 9a5e6c6921f11722702baa443ddde4ea0d7ba806 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
/*
This file is part of jellything (https://codeberg.org/metamuffin/jellything)
which is licensed under the GNU Affero General Public License (version 3); see /COPYING.
Copyright (C) 2023 metamuffin <metamuffin.org>
*/
pub mod import;
pub mod remux;
pub mod segment_extractor;
pub mod trim_writer;
pub mod snippet;
pub mod seek_index;
pub use remux::remux_stream_into;
|