Mercurial > libavutil.hg
changeset 896:49c6800079b9 libavutil
Clarify doxy for av_fifo_alloc().
author | stefano |
---|---|
date | Tue, 06 Apr 2010 22:31:59 +0000 |
parents | 6ea86beeedb2 |
children | 37d97bd9f84d |
files | fifo.h |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/fifo.h Fri Apr 02 01:03:27 2010 +0000 +++ b/fifo.h Tue Apr 06 22:31:59 2010 +0000 @@ -35,7 +35,7 @@ /** * Initializes an AVFifoBuffer. * @param size of FIFO - * @return AVFifoBuffer or NULL if mem allocation failure + * @return AVFifoBuffer or NULL in case of memory allocation failure */ AVFifoBuffer *av_fifo_alloc(unsigned int size);