]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/commitdiff
spelling/wording nits in some Doxygen comments
authordiego <diego@9553f0bf-9b14-0410-a0b8-cfaf0461ba5b>
Wed, 5 Sep 2007 20:31:40 +0000 (20:31 +0000)
committerdiego <diego@9553f0bf-9b14-0410-a0b8-cfaf0461ba5b>
Wed, 5 Sep 2007 20:31:40 +0000 (20:31 +0000)
git-svn-id: file:///var/local/repositories/ffmpeg/trunk@10417 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

libavformat/matroskaenc.c

index 55af467c0e4ab4fcc1a3d101ab54540a3d1fea40..6f45f446c0ef20ca422890198723b4d513baadfd 100644 (file)
@@ -98,9 +98,9 @@ static void put_ebml_id(ByteIOContext *pb, unsigned int id)
 }
 
 /**
- * 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)
 {