• wm4's avatar
    matroska: don't complain about unknown elements · 6938a095
    wm4 authored
    Matroska is an extensible format - unknown elements must be expected. It
    shouldn't complain about such elements to the user either; it'll just
    generate noise. The "error_recognition & AV_EF_EXPLODE" is completely,
    wrong why would it explode on valid files?
    
    It's still useful for debugging, so the message is left in place with a
    higher log level.
    Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
    6938a095
matroskadec.c 120 KB