Skip to content

Commit

Permalink
avutil/bprint: Fix doxygen comments
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Niedermayer <[email protected]>
  • Loading branch information
michaelni committed May 24, 2013
1 parent 9c50e52 commit 87a2bf2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions libavutil/bprint.h
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 87a2bf2

Please sign in to comment.