comparison avcodec.h @ 8921:233fda721f1b libavcodec

Document av_codec_next().
author stefano
date Sun, 15 Feb 2009 16:02:07 +0000
parents 21e7e2e89379
children 678fc8612787
comparison
equal deleted inserted replaced
8920:a79f5a6fd15a 8921:233fda721f1b
2657 int avpicture_deinterlace(AVPicture *dst, const AVPicture *src, 2657 int avpicture_deinterlace(AVPicture *dst, const AVPicture *src,
2658 int pix_fmt, int width, int height); 2658 int pix_fmt, int width, int height);
2659 2659
2660 /* external high level API */ 2660 /* external high level API */
2661 2661
2662 /**
2663 * If c is NULL, returns the first registered codec,
2664 * if c is non-NULL, returns the registered codec next after c,
2665 * or NULL if c is the last one.
2666 */
2662 AVCodec *av_codec_next(AVCodec *c); 2667 AVCodec *av_codec_next(AVCodec *c);
2663 2668
2664 /** 2669 /**
2665 * Returns the LIBAVCODEC_VERSION_INT constant. 2670 * Returns the LIBAVCODEC_VERSION_INT constant.
2666 */ 2671 */