libstagefright: Fix for Software MP3Decoder to handle Partial frames
Software MP3 decoder runs into error on receiving partial frames,
as it does not handle partial frames. The fix is to store the
partial frame in the MP3Decoder and complete the partial frame on
receiving the next buffer. Also on Sync lost error by software
decoder, MP3Decoder checks for frame header in the input
buffer and does not quit the decoding.
CRs-fixed: 271010
Change-Id: I1db5b025d4ae4cbba91f19fb965f5dbce3d498fb
Conflicts:
media/libstagefright/codecs/mp3dec/src/pvmp3_decode_header.cpp
Loading
Please register or sign in to comment