• Anton Khirnov's avatar
    lavu/fifo: fix a corner case in av_fifo_grow2() · e9acff8a
    Anton Khirnov authored
    When the fifo is grown by exactly the current write offset, it would end
    up with offset_w = nb_elems. If av_fifo_write_from_cb() is called in
    such a state, the user callback would get callled with *nb_elems=0,
    which will then cause the write to return without writing anything.
    e9acff8a
fifo.c 12.6 KB