Comment 4 for bug 1914662

Revision history for this message
Uwe Klotz (uklotzde-deactivatedaccount) wrote : Re: Prefer FFmpeg for all formats except FLAC/OGG/OPUS

        ///////////////////////////////////////////////////////////
        // Codecs with failing tests
        ///////////////////////////////////////////////////////////
        /*
    } else if (!strcmp(pavInputFormat->name, "flac")) {
        // FFmpeg failure causes test failure:
        // [flac @ 0x2ef2060] read_timestamp() failed in the middle
        // SoundSourceFFmpeg - av_seek_frame() failed: Operation not permitted
        list.append("flac");
        continue;
    } else if (!strcmp(pavInputFormat->name, "ogg")) {
        // Test failures that might be caused by FFmpeg bug:
        // https://trac.ffmpeg.org/ticket/3825
        list.append("ogg");
        continue;