summaryrefslogtreecommitdiff
path: root/libavformat/matroskaenc.c
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2007-09-05 20:31:40 +0000
committerDiego Biurrun <diego@biurrun.de>2007-09-05 20:31:40 +0000
commitbf898960a73ec0d2a17b17b7e8370894eab15879 (patch)
tree18a0e6c9a2c254e5d9e189a28168b9e0127efa6c /libavformat/matroskaenc.c
parent088ed4d636e3065bf4fc67ef11bfe8592bcd8c0e (diff)
downloadffmpeg-bf898960a73ec0d2a17b17b7e8370894eab15879.tar.gz
spelling/wording nits in some Doxygen comments
Originally committed as revision 10417 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/matroskaenc.c')
-rw-r--r--libavformat/matroskaenc.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libavformat/matroskaenc.c b/libavformat/matroskaenc.c
index 55af467c0e..6f45f446c0 100644
--- a/libavformat/matroskaenc.c
+++ b/libavformat/matroskaenc.c
@@ -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)
{