Commit 3645a279 authored by stefano's avatar stefano

Document av_codec_next().


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@17333 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 10518206
......@@ -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);
/**
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment