• Niklas Haas's avatar
    avutil/pixdesc: add AV_PIX_FMT_FLAG_XYZ · 57c16323
    Niklas Haas authored
    There are already several places in the codebase that match desc->name
    against "xyz", and many downstream clients replicate this behavior.
    I have no idea why this is not just a flag.
    
    Motivated by my desire to add yet another check for XYZ to the codebase,
    and I'd rather not keep copy/pasting a string comparison hack.
    57c16323