• Gyan Doshi's avatar
    avfilter/crop: avoid premature eval error · b66a8008
    Gyan Doshi authored
    Width and height expressions can refer to each other. Width is
    evaluated twice to allow for reference to output height. So we
    should not error out upon failure of first evaluation of width.
    b66a8008
vf_crop.c 13.9 KB