Document av_codec_next().

Originally committed as revision 17333 to svn://svn.ffmpeg.org/ffmpeg/trunk
pull/126/head
Stefano Sabatini 16 years ago
parent cf960242a4
commit 0334f79994
  1. 5
      libavcodec/avcodec.h

@ -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);
/**

Loading…
Cancel
Save