Browse code

Clarify doxy for av_fifo_alloc().

Originally committed as revision 22812 to svn://svn.ffmpeg.org/ffmpeg/trunk

Stefano Sabatini authored on 2010/04/07 07:31:59
Showing 1 changed files
... ...
@@ -35,7 +35,7 @@ typedef struct AVFifoBuffer {
35 35
 /**
36 36
  * Initializes an AVFifoBuffer.
37 37
  * @param size of FIFO
38
- * @return AVFifoBuffer or NULL if mem allocation failure
38
+ * @return AVFifoBuffer or NULL in case of memory allocation failure
39 39
  */
40 40
 AVFifoBuffer *av_fifo_alloc(unsigned int size);
41 41