Stop naming specific commercial discs in the AACS and codec comments

The same scrub as the previous commit, over the files it did not reach:
the variant-MKB layout notes, the 2.1 segment index observations, the
PPS-revert regressions and the playlist-twin tiebreak.

Measurements keep their numbers — "a v70 `0x2d` body = 46_100*2 + 16"
is the useful part, and the title it came from never was.
This commit is contained in:
Matthew Jackson
2026-08-02 17:10:43 -07:00
parent b93d10082d
commit 0d4aab99df
5 changed files with 13 additions and 13 deletions
+1 -1
View File
@@ -1168,7 +1168,7 @@ mod tests {
);
}
/// Regression (Fight Club bug, H.264 variant): PPS id 0 = body A (→ avcC),
/// Regression (the PPS revert bug, H.264 variant): PPS id 0 = body A (→ avcC),
/// redefined to B, then switched BACK to A. A streaming decoder is on B; the
/// revert to A == avcC must still be emitted in-band or the A-segment
/// decodes against B.
+3 -3
View File
@@ -1708,7 +1708,7 @@ mod tests {
);
}
/// Regression (Fight Club UHD banded corruption): a stream redefines PPS
/// Regression (UHD banded corruption): a stream redefines PPS
/// id 0 mid-title, then a later keyframe arrives WITHOUT repeating it (the
/// source relies on the decoder retaining the redefinition — valid for a
/// raw bitstream). An hvcC player re-applies the FIRST (codecPrivate) PPS
@@ -1856,7 +1856,7 @@ mod tests {
);
}
/// Regression (Fight Club UHD, the real bug): id 0 is body A (→ hvcC), then
/// Regression (a UHD title, the real bug): id 0 is body A (→ hvcC), then
/// redefined to B, then the title switches BACK to A. A streaming decoder
/// (hvcC at init, in-band updates only) is sitting on B; the switch back to
/// A must be emitted IN-BAND even though A == codecPrivate, or the whole
@@ -2604,7 +2604,7 @@ mod tests {
// PES4: back to PPS-A. Even though A == codecPrivate, the ACTIVE set is
// B, so switching to A is a real change and MUST be emitted in-band — a
// streaming decoder (hvcC at init, in-band updates only) is sitting on B
// and would otherwise never revert. (This is the Fight Club bug: the old
// and would otherwise never revert. (This is the PPS revert bug: the old
// `== codecPrivate → strip` rule dropped exactly this revert.)
let mut d = pps(0xAA);
d.extend(slice());