Loading media/libstagefright/httplive/PlaylistFetcher.cpp +2 −1 Original line number Diff line number Diff line Loading @@ -1628,7 +1628,8 @@ status_t PlaylistFetcher::extractAndQueueAccessUnitsFromTs(const sp<ABuffer> &bu if (mSegmentFirstPTS < 0ll) { // get the smallest first PTS from all streams present in this parser for (size_t i = mPacketSources.size(); i-- > 0;) { for (size_t i = mPacketSources.size(); i > 0;) { i--; const LiveSession::StreamType stream = mPacketSources.keyAt(i); if (stream == LiveSession::STREAMTYPE_SUBTITLES) { ALOGE("MPEG2 Transport streams do not contain subtitles."); Loading Loading
media/libstagefright/httplive/PlaylistFetcher.cpp +2 −1 Original line number Diff line number Diff line Loading @@ -1628,7 +1628,8 @@ status_t PlaylistFetcher::extractAndQueueAccessUnitsFromTs(const sp<ABuffer> &bu if (mSegmentFirstPTS < 0ll) { // get the smallest first PTS from all streams present in this parser for (size_t i = mPacketSources.size(); i-- > 0;) { for (size_t i = mPacketSources.size(); i > 0;) { i--; const LiveSession::StreamType stream = mPacketSources.keyAt(i); if (stream == LiveSession::STREAMTYPE_SUBTITLES) { ALOGE("MPEG2 Transport streams do not contain subtitles."); Loading