mirror of
https://github.com/CCExtractor/ccextractor.git
synced 2026-07-08 18:06:30 +00:00
[PR #620] SMPTE-TT : Removed appearance of garbage value in color code. #1459
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/620
State: closed
Merged: No
Today we made Sample Platform's difference generator a little better and found out that for SMPTE-TT font color often contains garbage data.
When I added that font color support, I left
color_codevariable uninitialized and hence this garbage value. This hopefully fixes this.