]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/commitdiff
Document av_codec_next().
authorstefano <stefano@9553f0bf-9b14-0410-a0b8-cfaf0461ba5b>
Sun, 15 Feb 2009 16:02:07 +0000 (16:02 +0000)
committerstefano <stefano@9553f0bf-9b14-0410-a0b8-cfaf0461ba5b>
Sun, 15 Feb 2009 16:02:07 +0000 (16:02 +0000)
git-svn-id: file:///var/local/repositories/ffmpeg/trunk@17333 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

libavcodec/avcodec.h

index 7360f93ace20177ba8aa524a7fcdf73a497c1c7d..7620fecc1f3dbe1780f05f7265d16b25973b436a 100644 (file)
@@ -2659,6 +2659,11 @@ int avpicture_deinterlace(AVPicture *dst, const AVPicture *src,
 
 /* external high level API */
 
+/**
+ * If c is NULL, returns the first registered codec,
+ * if c is non-NULL, returns the registered codec next after c,
+ * or NULL if c is the last one.
+ */
 AVCodec *av_codec_next(AVCodec *c);
 
 /**