Browse Source

spelling/wording nits in some Doxygen comments

Originally committed as revision 10417 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
Diego Biurrun 18 years ago
parent
commit
bf898960a7
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      libavformat/matroskaenc.c

+ 2
- 2
libavformat/matroskaenc.c View 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)
{


Loading…
Cancel
Save