]> git.sesse.net Git - vlc/commitdiff
add comment that BlockChainAppend() can take NULL (somewhat obvious, but just in...
authorIlkka Ollakka <ileoo@videolan.org>
Thu, 29 Apr 2010 18:37:18 +0000 (21:37 +0300)
committerIlkka Ollakka <ileoo@videolan.org>
Thu, 29 Apr 2010 18:50:08 +0000 (21:50 +0300)
include/vlc_block.h

index 887cd2dc57cfbfd00d1feffa84749d82048e18b6..21587adc1b2ec9f7c0231411770b25ae378ab0a5 100644 (file)
@@ -180,7 +180,7 @@ static inline void block_Cleanup (void *block)
  ****************************************************************************
  * - block_ChainAppend : append a block to the last block of a chain. Try to
  *      avoid using with a lot of data as it's really slow, prefer
- *      block_ChainLastAppend
+ *      block_ChainLastAppend, p_block can be NULL
  * - block_ChainLastAppend : use a pointer over a pointer to the next blocks,
  *      and update it.
  * - block_ChainRelease : release a chain of block