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

Skip to content
Commit d9b70d53 authored by Iris Chang's avatar Iris Chang Committed by Robert Shih
Browse files

MKV handles MP3 audio whose frame is not complete

MP3 frames of some special mkv files are not complete, so the
frames read by MatroskaSource can't be played normally.
MP3 frameSize for these special files is bigger than the buffer
length of the frame read by readBlock. Read function can't get
a complete MP3 frame which will be sent to MP3 decoder.

Bug: 123590715
Test: Test MKV file whose MP3 audio frameSize in MP3 header is
not consistent with buffer length and check if MP3 audio can
be played normally.

Change-Id: If1deca29fffc50012edb3af63d96ec9e99aa3fba
parent e9955729
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment