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
Loading
Please register or sign in to comment