Loading media/java/android/media/MediaCodec.java +3 −1 Original line number Original line Diff line number Diff line Loading @@ -2440,6 +2440,8 @@ final public class MediaCodec { } } }; }; private final Pattern zeroPattern = new Pattern(0, 0); /** /** * The pattern applicable to the protected data in each subsample. * The pattern applicable to the protected data in each subsample. */ */ Loading @@ -2462,7 +2464,7 @@ final public class MediaCodec { key = newKey; key = newKey; iv = newIV; iv = newIV; mode = newMode; mode = newMode; pattern = new Pattern(0, 0); pattern = zeroPattern; } } /** /** Loading Loading
media/java/android/media/MediaCodec.java +3 −1 Original line number Original line Diff line number Diff line Loading @@ -2440,6 +2440,8 @@ final public class MediaCodec { } } }; }; private final Pattern zeroPattern = new Pattern(0, 0); /** /** * The pattern applicable to the protected data in each subsample. * The pattern applicable to the protected data in each subsample. */ */ Loading @@ -2462,7 +2464,7 @@ final public class MediaCodec { key = newKey; key = newKey; iv = newIV; iv = newIV; mode = newMode; mode = newMode; pattern = new Pattern(0, 0); pattern = zeroPattern; } } /** /** Loading