• Niklas Haas's avatar
    avfilter/vf_scale: tag output color space · cf60046c
    Niklas Haas authored
    When using vf_scale to force a specific output color space, also tag
    this on the AVFrame. (Mirroring existing logic for output range)
    
    Move the sanity fix for RGB after the new assignment, to avoid leaking
    bogus YUV colorspace metadata for RGB spaces.
    cf60046c
vf_scale.c 39.1 KB