feat(catalog): add m2tsModified field and carriage modes - #21
Merged
Conversation
* Add the required Boolean m2tsModified field. false guarantees byte-for-byte carriage of the source; true means the publisher changed the stream (program selection, PID filtering, PAT/PMT rewrite, or null-packet insertion/removal). * Restructure the source-handling section into Unmodified and Modified carriage, with m2tsMpts (single- vs multi-program) as an orthogonal flag. * Scope the Object Boundaries continuity-counter and PID rules to m2tsModified false; require m2tsModified true for any modification. * Add m2tsModified to Table 1 and to every catalog example. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds the required
m2tsModifiedfield and restructures source handling into two carriage modes.m2tsModified(required, Boolean):falseguarantees byte-for-byte carriage of the source;truemeans the publisher changed the stream (program selection, PID filtering, PAT/PMT rewrite, or null-packet insertion or removal).m2tsMpts(single- vs multi-program) as an orthogonal flag.m2tsModifiedfalse; any modification requiresm2tsModifiedtrue.m2tsModifiedis added to Table 1 and to every catalog example.Builds on #20 (merged).
🤖 Generated with Claude Code