• Nicolas George's avatar
    vf_tile: fix output buffer ownership. · f952b23e
    Nicolas George authored
    There is no need to start_frame immediately on the output link
    since the rest is only done with the last frame of the tile.
    link->out_buf is now automatically dereferenced; since we give
    it away it must be cleared.
    
    Fix an assert failure; found by Clément Bœsch.
    f952b23e
vf_tile.c 6.55 KB