Le 25/10/2016 à 06:56, Tristan Matthews a écrit : > + /* Probe for XOR'd ID3 tag. */ > + if( memcmp( peek, "\x6B\x66\x11", 3 ) ) > + return VLC_EGENERIC; Being before any demuxer and packetizer, expect high rate of false positives. Francois