summaryrefslogtreecommitdiff
path: root/libavcodec/avcodec.h
diff options
context:
space:
mode:
authorStefano Sabatini <stefano.sabatini-lala@poste.it>2009-02-15 20:45:10 +0000
committerStefano Sabatini <stefano.sabatini-lala@poste.it>2009-02-15 20:45:10 +0000
commitc1b0210115982f87cd9f55044586c3338a29b4d5 (patch)
treec3d09d42949fc77799eec14b7ff315e1aa93bd19 /libavcodec/avcodec.h
parent864899c329b82fbca21571dfaa124179dd48d07d (diff)
Improve grammar: "X next after Y" -> "next X after Y".
Originally committed as revision 17347 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/avcodec.h')
-rw-r--r--libavcodec/avcodec.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h
index 7620fecc1f..4dfd6d7ce1 100644
--- a/libavcodec/avcodec.h
+++ b/libavcodec/avcodec.h
@@ -2661,7 +2661,7 @@ int avpicture_deinterlace(AVPicture *dst, const AVPicture *src,
/**
* If c is NULL, returns the first registered codec,
- * if c is non-NULL, returns the registered codec next after c,
+ * if c is non-NULL, returns the next registered codec after c,
* or NULL if c is the last one.
*/
AVCodec *av_codec_next(AVCodec *c);