mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-01-29 22:00:58 +02:00
avutil/bprint: Fix doxygen comments
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
9c50e52005
commit
87a2bf2459
@ -74,10 +74,10 @@
|
|||||||
*/
|
*/
|
||||||
typedef struct AVBPrint {
|
typedef struct AVBPrint {
|
||||||
FF_PAD_STRUCTURE(1024,
|
FF_PAD_STRUCTURE(1024,
|
||||||
char *str; /** string so far */
|
char *str; /**< string so far */
|
||||||
unsigned len; /** length so far */
|
unsigned len; /**< length so far */
|
||||||
unsigned size; /** allocated memory */
|
unsigned size; /**< allocated memory */
|
||||||
unsigned size_max; /** maximum allocated memory */
|
unsigned size_max; /**< maximum allocated memory */
|
||||||
char reserved_internal_buffer[1];
|
char reserved_internal_buffer[1];
|
||||||
)
|
)
|
||||||
} AVBPrint;
|
} AVBPrint;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user