Loading media/libstagefright/MPEG4Extractor.cpp +8 −0 Original line number Diff line number Diff line Loading @@ -1596,6 +1596,14 @@ status_t MPEG4Extractor::updateAudioTrackInfoFromESDS_MPEG4Audio( return OK; } if (objectTypeIndication == 0x6b) { // The media subtype is MP3 audio // Our software MP3 audio decoder may not be able to handle // packetized MP3 audio; for now, lets just return ERROR_UNSUPPORTED LOGE("MP3 track in MP4/3GPP file is not supported"); return ERROR_UNSUPPORTED; } const uint8_t *csd; size_t csd_size; if (esds.getCodecSpecificInfo( Loading Loading
media/libstagefright/MPEG4Extractor.cpp +8 −0 Original line number Diff line number Diff line Loading @@ -1596,6 +1596,14 @@ status_t MPEG4Extractor::updateAudioTrackInfoFromESDS_MPEG4Audio( return OK; } if (objectTypeIndication == 0x6b) { // The media subtype is MP3 audio // Our software MP3 audio decoder may not be able to handle // packetized MP3 audio; for now, lets just return ERROR_UNSUPPORTED LOGE("MP3 track in MP4/3GPP file is not supported"); return ERROR_UNSUPPORTED; } const uint8_t *csd; size_t csd_size; if (esds.getCodecSpecificInfo( Loading