Mercurial > libavformat.hg
changeset 2491:51d707a515f2 libavformat
Clarify comments
author | conrad |
---|---|
date | Wed, 05 Sep 2007 00:25:04 +0000 |
parents | 06d0bb96139a |
children | cdd7d0f4d93c |
files | matroskaenc.c |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/matroskaenc.c Wed Sep 05 00:24:58 2007 +0000 +++ b/matroskaenc.c Wed Sep 05 00:25:04 2007 +0000 @@ -191,7 +191,7 @@ * 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 @@ * 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. */