diff avformat.h @ 4499:dee012239d99 libavformat

Improve grammar: "X next after Y" -> "next X after Y".
author stefano
date Sun, 15 Feb 2009 20:45:10 +0000
parents 26982fb2d510
children 63c5b6f7d3f5
line wrap: on
line diff
--- a/avformat.h	Sun Feb 15 16:53:05 2009 +0000
+++ b/avformat.h	Sun Feb 15 20:45:10 2009 +0000
@@ -689,14 +689,14 @@
 
 /**
  * If f is NULL, returns the first registered input format,
- * if f is non-NULL, returns the registered input format next after f,
+ * if f is non-NULL, returns the next registered input format after f,
  * or NULL if f is the last one.
  */
 AVInputFormat  *av_iformat_next(AVInputFormat  *f);
 
 /**
  * If f is NULL, returns the first registered output format,
- * if f is non-NULL, returns the registered output format next after f,
+ * if f is non-NULL, returns the next registered output format after f,
  * or NULL if f is the last one.
  */
 AVOutputFormat *av_oformat_next(AVOutputFormat *f);