Browse Source

avutil/bprint: Fix doxygen comments

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
tags/n2.0
Michael Niedermayer 12 years ago
parent
commit
87a2bf2459
1 changed files with 4 additions and 4 deletions
  1. +4
    -4
      libavutil/bprint.h

+ 4
- 4
libavutil/bprint.h View File

@@ -74,10 +74,10 @@
*/
typedef struct AVBPrint {
FF_PAD_STRUCTURE(1024,
char *str; /** string so far */
unsigned len; /** length so far */
unsigned size; /** allocated memory */
unsigned size_max; /** maximum allocated memory */
char *str; /**< string so far */
unsigned len; /**< length so far */
unsigned size; /**< allocated memory */
unsigned size_max; /**< maximum allocated memory */
char reserved_internal_buffer[1];
)
} AVBPrint;


Loading…
Cancel
Save