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

Commit eff98dde authored by Chong Zhang's avatar Chong Zhang Committed by Android Git Automerger
Browse files

am 2b6191fd: am 3b7ddf83: set AAC MPEG version to MPEG-2

* commit '2b6191fd':
  set AAC MPEG version to MPEG-2
parents fbae2674 2b6191fd
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -216,7 +216,7 @@ sp<ABuffer> TSPacketizer::Track::prependADTSHeader(
    uint8_t *ptr = dup->data();

    *ptr++ = 0xff;
    *ptr++ = 0xf1;  // b11110001, ID=0, layer=0, protection_absent=1
    *ptr++ = 0xf9;  // b11111001, ID=1(MPEG-2), layer=0, protection_absent=1

    *ptr++ =
        profile << 6