# HG changeset patch # User stefano # Date 1270593119 0 # Node ID 49c6800079b915f4c4a991bd8f2d16c02ea57819 # Parent 6ea86beeedb2208eda1a1176879eee2ae971bc9c Clarify doxy for av_fifo_alloc(). diff -r 6ea86beeedb2 -r 49c6800079b9 fifo.h --- 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);