mirror of
https://github.com/CCExtractor/ccextractor.git
synced 2026-07-09 02:16:41 +00:00
Add support for `--input scc` command line option to explicitly specify SCC (Scenarist Closed Caption) input format, for consistency with other input format options. Changes: - Add `Scc` variant to `InFormat` enum in args.rs - Handle `InFormat::Scc` in parser.rs to set StreamMode::Scc - Add `StreamMode::Scc` case in print_cfg() in both Rust and C code Fixes #1972 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>