]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/commitdiff
Clarify comments
authorconrad <conrad@9553f0bf-9b14-0410-a0b8-cfaf0461ba5b>
Wed, 5 Sep 2007 00:25:04 +0000 (00:25 +0000)
committerconrad <conrad@9553f0bf-9b14-0410-a0b8-cfaf0461ba5b>
Wed, 5 Sep 2007 00:25:04 +0000 (00:25 +0000)
git-svn-id: file:///var/local/repositories/ffmpeg/trunk@10360 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

libavformat/matroskaenc.c

index 624b1de1895321381103bb7e83d67d971376e942..93b62f8d8b48454803455952f78695759b1f7c09 100644 (file)
@@ -191,7 +191,7 @@ static void put_ebml_string(ByteIOContext *pb, unsigned int elementid, const cha
  * Writes a void element of a given size. Useful for reserving space in the file to be
  * written to later.
  *
- * @param size The amount of space to reserve, which must be at least 2.
+ * @param size The number of bytes to reserve, which must be at least 2.
  */
 static void put_ebml_void(ByteIOContext *pb, uint64_t size)
 {
@@ -240,7 +240,7 @@ static void put_xiph_size(ByteIOContext *pb, int size)
  * If a maximum number of elements is specified, enough space will be reserved at
  * the current file location to write a seek head of that size.
  *
- * @param segment_offset the absolute offset into the file that the segment begins
+ * @param segment_offset The absolute offset to the position in the file where the segment begins
  * @param numelements the maximum number of elements that will be indexed by this
  *                    seek head, 0 if unlimited.
  */