diff options
author | Lou Logan <lou@lrcd.com> | 2014-06-02 18:46:04 -0800 |
---|---|---|
committer | Lou Logan <lou@lrcd.com> | 2014-06-03 10:58:19 -0800 |
commit | 88f2586adbcdcb350b2923a82bcb07c5a519bd1d (patch) | |
tree | d4c93e604c90148368ae9c3327be9839c33f3c27 /libavcodec/avcodec.h | |
parent | 137c5e115b0f1bff1867a3a09f3a2f14cfda2fb5 (diff) | |
download | ffmpeg-88f2586adbcdcb350b2923a82bcb07c5a519bd1d.tar.gz |
fix various typos
Signed-off-by: Lou Logan <lou@lrcd.com>
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavcodec/avcodec.h')
-rw-r--r-- | libavcodec/avcodec.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h index d52f245060..d1f67bbf70 100644 --- a/libavcodec/avcodec.h +++ b/libavcodec/avcodec.h @@ -575,7 +575,7 @@ typedef struct AVCodecDescriptor { /** * MIME type(s) associated with the codec. * May be NULL; if not, a NULL-terminated array of MIME types. - * The first item is always non-NULL and is the prefered MIME type. + * The first item is always non-NULL and is the preferred MIME type. */ const char *const *mime_types; } AVCodecDescriptor; @@ -4957,7 +4957,7 @@ AVBitStreamFilterContext *av_bitstream_filter_init(const char *name); * @return >= 0 in case of success, or a negative error code in case of failure * * If the return value is positive, an output buffer is allocated and - * is availble in *poutbuf, and is distinct from the input buffer. + * is available in *poutbuf, and is distinct from the input buffer. * * If the return value is 0, the output buffer is not allocated and * should be considered identical to the input buffer, or in case |