[FFmpeg-cvslog] r10417 - trunk/libavformat/matroskaenc.c

diego subversion
Wed Sep 5 22:31:40 CEST 2007


Author: diego
Date: Wed Sep  5 22:31:40 2007
New Revision: 10417

Log:
spelling/wording nits in some Doxygen comments


Modified:
   trunk/libavformat/matroskaenc.c

Modified: trunk/libavformat/matroskaenc.c
==============================================================================
--- trunk/libavformat/matroskaenc.c	(original)
+++ trunk/libavformat/matroskaenc.c	Wed Sep  5 22:31:40 2007
@@ -98,9 +98,9 @@ static void put_ebml_id(ByteIOContext *p
 }
 
 /**
- * Write an EBML size meaning "unknown size."
+ * Write an EBML size meaning "unknown size".
  *
- * @param bytes The number of bytes the size should occupy. Maximum of 8.
+ * @param bytes The number of bytes the size should occupy (maximum: 8).
  */
 static void put_ebml_size_unknown(ByteIOContext *pb, int bytes)
 {




More information about the ffmpeg-cvslog mailing list