You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-10 06:10:52 +02:00
lavu/bprint: readd documentation for 0 and 1 av_bprint_init() special values
The documentation was erroneously removed in 7cf9aadd
.
This commit is contained in:
@@ -95,6 +95,8 @@ typedef struct AVBPrint {
|
|||||||
* @param buf buffer to init
|
* @param buf buffer to init
|
||||||
* @param size_init initial size (including the final 0)
|
* @param size_init initial size (including the final 0)
|
||||||
* @param size_max maximum size;
|
* @param size_max maximum size;
|
||||||
|
* 0 means do not write anything, just count the length;
|
||||||
|
* 1 is replaced by the maximum value for automatic storage;
|
||||||
* any large value means that the internal buffer will be
|
* any large value means that the internal buffer will be
|
||||||
* reallocated as needed up to that limit; -1 is converted to
|
* reallocated as needed up to that limit; -1 is converted to
|
||||||
* UINT_MAX, the largest limit possible.
|
* UINT_MAX, the largest limit possible.
|
||||||
|
Reference in New Issue
Block a user