• Niklas Haas's avatar
    fftools/ffplay: constrain supported YUV color spaces · c619d209
    Niklas Haas authored
    SDL supports only these three matrices. Actually, it only supports these
    three combinations: BT.601+JPEG, BT.601+MPEG, BT.709+MPEG, but we have
    no way to restrict the specific *combination* of YUV range and YUV
    colorspace with the current filter design.
    
    See-Also: https://trac.ffmpeg.org/ticket/10839
    
    Instead of an incorrect conversion result, trying to play a YCgCo file
    with ffplay will simply error out with a "No conversion possible" error.
    c619d209
ffplay.c 138 KB