Skip to content
  • Gyan Doshi's avatar
    avfilter/drawtext: fix box sizing · 1a31c2b5
    Gyan Doshi authored
    At present, box size is clipped to frame size before being drawn,
    which can lead to the box not fully covering animated text which is
    longer than one or both frame dimensions.
    
    Since ff_blend_rectangle correctly takes care of clipping, it is skipped
    here which results in correct box sizing
    1a31c2b5