Loading media/libstagefright/matroska/MatroskaExtractor.cpp +2 −2 Original line number Diff line number Diff line Loading @@ -263,8 +263,8 @@ void BlockIterator::advance_l() { mCluster, nextCluster, pos, len); ALOGV("ParseNext returned %ld", res); if (res > 0) { // EOF if (res != 0) { // EOF or error mCluster = NULL; break; Loading Loading
media/libstagefright/matroska/MatroskaExtractor.cpp +2 −2 Original line number Diff line number Diff line Loading @@ -263,8 +263,8 @@ void BlockIterator::advance_l() { mCluster, nextCluster, pos, len); ALOGV("ParseNext returned %ld", res); if (res > 0) { // EOF if (res != 0) { // EOF or error mCluster = NULL; break; Loading