[FFmpeg-cvslog] avutil/bprint: Fix doxygen comments

Michael Niedermayer git at videolan.org
Fri May 24 16:00:59 CEST 2013


ffmpeg | branch: master | Michael Niedermayer <michaelni at gmx.at> | Thu May 23 15:47:32 2013 +0200| [87a2bf2459537b81ddeb64ae2ba7b4e8bae29250] | committer: Michael Niedermayer

avutil/bprint: Fix doxygen comments

Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=87a2bf2459537b81ddeb64ae2ba7b4e8bae29250
---

 libavutil/bprint.h |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/libavutil/bprint.h b/libavutil/bprint.h
index df78916..dc86f12 100644
--- a/libavutil/bprint.h
+++ b/libavutil/bprint.h
@@ -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;



More information about the ffmpeg-cvslog mailing list