diff options
author | Peter Ross <pross@xvid.org> | 2010-07-11 05:06:08 +0000 |
---|---|---|
committer | Peter Ross <pross@xvid.org> | 2010-07-11 05:06:08 +0000 |
commit | 53128bc3712bf57088e57cea840c0497d503043c (patch) | |
tree | d7f0ce66d1c982275f2aa93442c2a9b01287c486 /libavcodec/avcodec.h | |
parent | e798dbdd34d5232e3cf880e83f0756a151fd0a6e (diff) | |
download | ffmpeg-53128bc3712bf57088e57cea840c0497d503043c.tar.gz |
Fix trivial punctuation error
Originally committed as revision 24182 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/avcodec.h')
-rw-r--r-- | libavcodec/avcodec.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h index 9ae98b56f4..05c96e8e56 100644 --- a/libavcodec/avcodec.h +++ b/libavcodec/avcodec.h @@ -1397,7 +1397,7 @@ typedef struct AVCodecContext { * avcodec_default_get_buffer() instead of providing buffers allocated by * some other means. * - encoding: unused - * - decoding: Set by libavcodec., user can override. + * - decoding: Set by libavcodec, user can override. */ int (*get_buffer)(struct AVCodecContext *c, AVFrame *pic); @@ -1406,7 +1406,7 @@ typedef struct AVCodecContext { * A released buffer can be reused in get_buffer(). * pic.data[*] must be set to NULL. * - encoding: unused - * - decoding: Set by libavcodec., user can override. + * - decoding: Set by libavcodec, user can override. */ void (*release_buffer)(struct AVCodecContext *c, AVFrame *pic); @@ -2029,7 +2029,7 @@ typedef struct AVCodecContext { * avcodec_default_reget_buffer() instead of providing buffers allocated by * some other means. * - encoding: unused - * - decoding: Set by libavcodec., user can override + * - decoding: Set by libavcodec, user can override. */ int (*reget_buffer)(struct AVCodecContext *c, AVFrame *pic); |