[FFmpeg-cvslog] r22812 - trunk/libavutil/fifo.h

stefano subversion
Wed Apr 7 00:32:00 CEST 2010


Author: stefano
Date: Wed Apr  7 00:31:59 2010
New Revision: 22812

Log:
Clarify doxy for av_fifo_alloc().

Modified:
   trunk/libavutil/fifo.h

Modified: trunk/libavutil/fifo.h
==============================================================================
--- trunk/libavutil/fifo.h	Tue Apr  6 11:52:41 2010	(r22811)
+++ trunk/libavutil/fifo.h	Wed Apr  7 00:31:59 2010	(r22812)
@@ -35,7 +35,7 @@ typedef struct AVFifoBuffer {
 /**
  * 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);
 



More information about the ffmpeg-cvslog mailing list