https://bugs.kde.org/show_bug.cgi?id=386105

--- Comment #3 from bl...@vivaldi.net ---
plugins/decoder/ffmpeg/k3bffmpegwrapper.cpp:

int K3bFFMpegFile::read( char* buf, int bufLen )
{

// ...

    // TODO: only swap if needed
    for( int i = 0; i < len-1; i+=2 ) {
        char a = buf[i];
        buf[i] = buf[i+1];
        buf[i+1] = a;
    }

// ...

}

What this code actually does? It looks the most suspicious.
And what "if needed" does mean?

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to