Skip to content
  • Wim Taymans's avatar
    video-converter: fix number of allocated lines · a6552ee0
    Wim Taymans authored and Nicolas Dufresne's avatar Nicolas Dufresne committed
    We make an allocator for temporary lines and then use this for all
    the steps in the conversion that can do in-place processing.
    
    Keep track of the number of lines each step needs and use this to
    allocate the right number of lines.
    
    Previously we would not always allocate enough lines and we would
    end up with conversion errors as lines would be reused prematurely.
    
    Fixes #350
    a6552ee0