Mercurial > libavformat.hg
changeset 2815:64cf0a2303ac libavformat
cosmetics: comment typo fixes
author | diego |
---|---|
date | Sun, 16 Dec 2007 17:22:09 +0000 |
parents | 3fa92d78424c |
children | 1523342b58b3 |
files | avformat.h |
diffstat | 1 files changed, 4 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/avformat.h Sat Dec 15 19:08:42 2007 +0000 +++ b/avformat.h Sun Dec 16 17:22:09 2007 +0000 @@ -198,9 +198,9 @@ /** size of private data so that it can be allocated in the wrapper */ int priv_data_size; /** - * tell if a given file has a chance of being parsed by this format. - * The buffer provided is guranteed to be AVPROBE_PADDING_SIZE bytes big - * so you dont have to check for that unless you need more. + * Tell if a given file has a chance of being parsed by this format. + * The buffer provided is guaranteed to be AVPROBE_PADDING_SIZE bytes + * big so you do not have to check for that unless you need more. */ int (*read_probe)(AVProbeData *); /** read the format header and initialize the AVFormatContext @@ -571,7 +571,7 @@ AVFormatParameters *ap); /** * Allocate an AVFormatContext. - * can be freed with av_free() but dont forget to free everything you + * Can be freed with av_free() but do not forget to free everything you * explicitly allocated as well! */ AVFormatContext *av_alloc_format_context(void);