mirror of
https://github.com/CCExtractor/ccextractor.git
synced 2026-02-03 21:23:48 +00:00
[PR #1372] [MERGED] Rust updates:- Add writers for transcripts and SAMI #2144
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/1372
Author: @PunitLodha
Created: 8/10/2021
Status: ✅ Merged
Merged: 8/10/2021
Merged by: @cfsmp3
Base:
master← Head:rust_updates📝 Commits (3)
17da306add rust-iconv82440c8Add writer for transcipts and SAMI07edcbfconsistent import ordering📊 Changes
9 files changed (+222 additions, -73 deletions)
View changed files
📝
src/rust/Cargo.lock(+19 -2)📝
src/rust/Cargo.toml(+1 -0)📝
src/rust/build.rs(+1 -1)📝
src/rust/src/decoder/mod.rs(+2 -2)📝
src/rust/src/decoder/output.rs(+27 -26)📝
src/rust/src/decoder/service_decoder.rs(+6 -4)📝
src/rust/src/decoder/tv_screen.rs(+148 -19)📝
src/rust/src/decoder/window.rs(+4 -3)📝
src/rust/src/lib.rs(+14 -16)📄 Description
In raising this pull request, I confirm the following (please check boxes):
My familiarity with the project is as follows (check one):
Use rust-iconv for charset conversation
Add writers for transcripts and SAMI
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.