# HG changeset patch # User stefano # Date 1234730710 0 # Node ID 678fc8612787abdd8da26a51d32cfaa017545758 # Parent f647961ab2ac19a634d1ac34fc48cfc361a2be6a Improve grammar: "X next after Y" -> "next X after Y". diff -r f647961ab2ac -r 678fc8612787 avcodec.h --- a/avcodec.h Sun Feb 15 20:37:39 2009 +0000 +++ b/avcodec.h Sun Feb 15 20:45:10 2009 +0000 @@ -2661,7 +2661,7 @@ /** * 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);