Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d74a9ee8 authored by Jean-Baptiste Queru's avatar Jean-Baptiste Queru Committed by Gerrit Code Review
Browse files

Merge "libstagefright: fix the duration "00:00" for some httplive link"

parents 60f3f102 00305056
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -163,9 +163,6 @@ status_t M3UParser::parse(const void *_data, size_t size) {
        while (offsetLF < size && data[offsetLF] != '\n') {
            ++offsetLF;
        }
        if (offsetLF >= size) {
            break;
        }

        AString line;
        if (offsetLF > offset && data[offsetLF - 1] == '\r') {