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

Commit 70d7522e authored by James Dong's avatar James Dong Committed by Android Git Automerger
Browse files

am 865448a0: Merge "Do not enforce the rule in MP3Extractor that all audio...

am 865448a0: Merge "Do not enforce the rule in MP3Extractor that all audio frames in an mp3 file must have the same mode" into honeycomb-mr1

* commit '865448a0':
  Do not enforce the rule in MP3Extractor that all audio frames in an mp3 file must have the same mode
parents 25dddbfc 865448a0
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -39,10 +39,10 @@
namespace android {

// Everything must match except for
// protection, bitrate, padding, private bits, mode extension,
// protection, bitrate, padding, private bits, mode, mode extension,
// copyright bit, original bit and emphasis.
// Yes ... there are things that must indeed match...
static const uint32_t kMask = 0xfffe0cc0;
static const uint32_t kMask = 0xfffe0c00;

// static
bool MP3Extractor::get_mp3_frame_size(