You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Correct font subsetting flow and tidy imports. planner.py: import FontSubsetIntent and move subset-failure handling to use config.font.subset_failure_action (ensures fallback-full falls back to full fonts instead of skipping video); remove duplicated/incorrect code path. muxer.py: small import cleanup and add module logger. Tests: adjust import ordering in test_ass_font_embedder, test_font_subset, and test_muxer to match refactors. This fixes a bug where subsetting failures could incorrectly block muxing.
0 commit comments