diff options
author | Diego Biurrun <diego@biurrun.de> | 2007-09-05 20:31:40 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2007-09-05 20:31:40 +0000 |
commit | bf898960a73ec0d2a17b17b7e8370894eab15879 (patch) | |
tree | 18a0e6c9a2c254e5d9e189a28168b9e0127efa6c | |
parent | 088ed4d636e3065bf4fc67ef11bfe8592bcd8c0e (diff) | |
download | ffmpeg-bf898960a73ec0d2a17b17b7e8370894eab15879.tar.gz |
spelling/wording nits in some Doxygen comments
Originally committed as revision 10417 to svn://svn.ffmpeg.org/ffmpeg/trunk
-rw-r--r-- | libavformat/matroskaenc.c | 4 |
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) { |