Michael Niedermayer wrote: [...] >> +#define FIFO_WRITE_SPACE(fifo) (fifo->end - fifo->buffer - av_fifo_size(fifo)) > > i would prefer if you did not use end/buffer directly but kept a private > variable that is the size Fixed in 0.12, attached to my last answer to Diego. -- Olivier