diff options
author | Thilo Borgmann <thilo.borgmann@googlemail.com> | 2013-08-11 21:21:53 +0200 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2013-08-12 03:27:26 +0200 |
commit | f18ccb529fb7231f9d40814fbf843d10d9434b43 (patch) | |
tree | fb6eb3f50e198a7796f2c6a6e39db370b00d416b /libavutil | |
parent | 98fd8a78487f03998cb9d552ae2b7d7aee3ce4f1 (diff) | |
download | ffmpeg-f18ccb529fb7231f9d40814fbf843d10d9434b43.tar.gz |
Fix wrong use of "an" in some comments.
Diffstat (limited to 'libavutil')
-rw-r--r-- | libavutil/pixdesc.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavutil/pixdesc.h b/libavutil/pixdesc.h index b7b96b7cec..67b8dbc1a2 100644 --- a/libavutil/pixdesc.h +++ b/libavutil/pixdesc.h @@ -203,7 +203,7 @@ const char *av_get_pix_fmt_name(enum AVPixelFormat pix_fmt); /** * Print in buf the string corresponding to the pixel format with - * number pix_fmt, or an header if pix_fmt is negative. + * number pix_fmt, or a header if pix_fmt is negative. * * @param buf the buffer where to write the string * @param buf_size the size of buf |