Mercurial > libavformat.hg
comparison nutdec.c @ 3343:201853ef633e libavformat
Make av_fifo*_read() ignore the available amount of data.
This is more efficient as in practice the check is redundant most of the
time. Callers which do not know if enough data is available have to check
it with av_fifo_size(). Doing the check in *read() means the caller has
no choice to skip the check when its known to be redundant.
Also the return value was never documented in a public header so
changing it should not break the API. Besides this fixes the case where
read() failed on a 100% full fifo.
author | michael |
---|---|
date | Sun, 25 May 2008 22:20:39 +0000 |
parents | 7a823a401282 |
children | 7b34cd9dfe85 |
comparison
equal
deleted
inserted
replaced
3342:a25db3f275d2 | 3343:201853ef633e |
---|