From a0fd6f2943d69d2f3e13fcf80fb567bb821eef9f Mon Sep 17 00:00:00 2001 From: metamuffin Date: Mon, 15 Jan 2024 13:17:58 +0100 Subject: cleanup some old code --- remuxer/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'remuxer/src/lib.rs') diff --git a/remuxer/src/lib.rs b/remuxer/src/lib.rs index 88f1916..86ec166 100644 --- a/remuxer/src/lib.rs +++ b/remuxer/src/lib.rs @@ -3,13 +3,13 @@ which is licensed under the GNU Affero General Public License (version 3); see /COPYING. Copyright (C) 2023 metamuffin */ +pub mod extract; pub mod import; pub mod remux; pub mod seek_index; pub mod segment_extractor; pub mod snippet; pub mod trim_writer; -pub mod extract; pub use remux::remux_stream_into; pub use snippet::write_snippet_into; -- cgit v1.2.3-70-g09d2