From bf898960a73ec0d2a17b17b7e8370894eab15879 Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Wed, 5 Sep 2007 20:31:40 +0000 Subject: [PATCH] spelling/wording nits in some Doxygen comments Originally committed as revision 10417 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavformat/matroskaenc.c | 4 ++-- 1 file 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) { -- 2.11.0