Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'video/closedcaption/src/lib.rs')
-rw-r--r--video/closedcaption/src/lib.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/video/closedcaption/src/lib.rs b/video/closedcaption/src/lib.rs
index 6fd22a6a9..6b691d6d6 100644
--- a/video/closedcaption/src/lib.rs
+++ b/video/closedcaption/src/lib.rs
@@ -30,6 +30,7 @@ mod cea608tocea708;
mod cea608tojson;
mod cea608tott;
mod cea608utils;
+mod cea708utils;
mod jsontovtt;
mod line_reader;
mod mcc_enc;