Mercurial > libavcodec.hg
changeset 6996:9234c354dd3c libavcodec
small spelling/wording fixes
author | diego |
---|---|
date | Tue, 03 Jun 2008 11:56:09 +0000 |
parents | 0e15e9324df2 |
children | d83420509f90 |
files | parser.h |
diffstat | 1 files changed, 4 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/parser.h Tue Jun 03 03:12:56 2008 +0000 +++ b/parser.h Tue Jun 03 11:56:09 2008 +0000 @@ -41,12 +41,12 @@ typedef struct ParseContext1{ ParseContext pc; /* XXX/FIXME PC1 vs. PC */ - /* MPEG2 specific */ + /* MPEG-2-specific */ AVRational frame_rate; int progressive_sequence; int width, height; - /* XXX: suppress that, needed by MPEG4 */ + /* XXX: suppress that, needed by MPEG-4 */ struct MpegEncContext *enc; int first_picture; } ParseContext1; @@ -61,8 +61,8 @@ /** * Fetches timestamps for a specific byte within the current access unit. - * @param off byte position within the access unit. - * @param remove if 1 then found timestamps will be removed, if 0 they will not + * @param off byte position within the access unit + * @param remove Found timestamps will be removed if set to 1, kept if set to 0. */ void ff_fetch_timestamp(AVCodecParserContext *s, int off, int remove);