Commit e889e601 authored by diego's avatar diego

spelling/wording nits in some Doxygen comments


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@10417 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 3b62c578
...@@ -98,9 +98,9 @@ static void put_ebml_id(ByteIOContext *pb, unsigned int id) ...@@ -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) static void put_ebml_size_unknown(ByteIOContext *pb, int bytes)
{ {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment