mirror of
https://github.com/CCExtractor/ccextractor.git
synced 2026-04-18 12:03:00 +00:00
[PR #1941] [RUST] Document EIA-708 buffer size and remove debug logging #2743
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?
Original Pull Request: https://github.com/CCExtractor/ccextractor/pull/1941
State: closed
Merged: Yes
Summary
Addresses two TODO items in the Rust codebase:
Changes
constants.rs (Line ~150)
target.rs (Line ~85)
Research
According to CEA-708-E specification Section 8.4.3, the minimum Service Input Buffer size is 128 bytes. CCExtractor uses 2048 bytes (16x larger) to provide adequate safety margin for buffer management.
Testing
✅ Changes are documentation and debug cleanup only
✅ No functional/logic changes
✅ CI will verify build compatibility
Related
Part of ongoing Rust codebase cleanup effort to resolve TODO items.
In raising this pull request, I confirm the following:
My familiarity with the project: