Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 03ea4fe1 authored by Chong Zhang's avatar Chong Zhang
Browse files

cas: add flag for pes header descrambling

Change-Id: I5985a75cc5cbce2aea8d6068b3665572ed9e524c
parent 7e3b57a2
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -48,6 +48,10 @@ struct DescramblerPlugin {
        kScrambling_Reserved    = 1,
        kScrambling_EvenKey     = 2,
        kScrambling_OddKey      = 3,
        kScrambling_Mask_Key    = 0x3,

        // Hint that the descrambling request is for a PES header only
        kScrambling_Flag_PesHeader = (1 << 31),
    };

    struct SubSample {