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 /libavcodec/pgssubdec.c | |
parent | 98fd8a78487f03998cb9d552ae2b7d7aee3ce4f1 (diff) | |
download | ffmpeg-f18ccb529fb7231f9d40814fbf843d10d9434b43.tar.gz |
Fix wrong use of "an" in some comments.
Diffstat (limited to 'libavcodec/pgssubdec.c')
-rw-r--r-- | libavcodec/pgssubdec.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/pgssubdec.c b/libavcodec/pgssubdec.c index d0cff7bba6..a981c0ed50 100644 --- a/libavcodec/pgssubdec.c +++ b/libavcodec/pgssubdec.c @@ -98,7 +98,7 @@ static av_cold int close_decoder(AVCodecContext *avctx) /** * Decode the RLE data. * - * The subtitle is stored as an Run Length Encoded image. + * The subtitle is stored as a Run Length Encoded image. * * @param avctx contains the current codec context * @param sub pointer to the processed subtitle data |