• Andrey Utkin's avatar
    drawtext: add 'fix_bounds' option on coords fixing · e496c45d
    Andrey Utkin authored
    
    
    Before, drawtext filter deliberately altered given text coordinates if
    text didn't fully fit on the picture. This breaks the use case of
    scrolling large text, e.g. movie closing credits.
    Add 'fix_bounds', to make it usable in such cases (by setting its value to 0).
    Default behavior is not changed, and non-fitting text coords are fixed.
    
    Signed-off-by: default avatarAnton Khirnov <anton@khirnov.net>
    e496c45d