mirror of
https://github.com/CCExtractor/ccextractor.git
synced 2026-02-03 21:23:48 +00:00
[PR #1368] [MERGED] Rust updates: Added srt writer #2143
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/CCExtractor/ccextractor/pull/1368
Author: @PunitLodha
Created: 8/3/2021
Status: ✅ Merged
Merged: 8/3/2021
Merged by: @cfsmp3
Base:
master← Head:rust_updates📝 Commits (5)
1033c80pass -DENABLE_RUST to clang7e0fc48impl Default1a51553Update time str format17f2406Add SRT writer020f81afmt📊 Changes
11 files changed (+448 additions, -23 deletions)
View changed files
📝
src/lib_ccx/ccx_decoders_708_output.c(+13 -0)📝
src/lib_ccx/ccx_encoders_common.c(+8 -0)📝
src/lib_ccx/ccx_encoders_common.h(+6 -0)📝
src/rust/build.rs(+1 -0)📝
src/rust/src/decoder/mod.rs(+9 -1)➕
src/rust/src/decoder/output.rs(+80 -0)📝
src/rust/src/decoder/service_decoder.rs(+10 -2)📝
src/rust/src/decoder/timing.rs(+1 -1)📝
src/rust/src/decoder/tv_screen.rs(+274 -3)📝
src/rust/src/decoder/window.rs(+28 -16)📝
src/rust/src/lib.rs(+18 -0)📄 Description
In raising this pull request, I confirm the following (please check boxes):
My familiarity with the project is as follows (check one):
Added Writer for srt files
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.