comparison avcodec.h @ 8324:343f0476fd1d libavcodec

Use a more explicit "codec" rather than "format" as the parameter of register_avcodec().
author stefano
date Sun, 14 Dec 2008 19:36:38 +0000
parents f93efc084e41
children 0b905a126bc9
comparison
equal deleted inserted replaced
8323:fa328586b9ce 8324:343f0476fd1d
2561 * @warning This function \e must be called before any other libavcodec 2561 * @warning This function \e must be called before any other libavcodec
2562 * function. 2562 * function.
2563 */ 2563 */
2564 void avcodec_init(void); 2564 void avcodec_init(void);
2565 2565
2566 void register_avcodec(AVCodec *format); 2566 void register_avcodec(AVCodec *codec);
2567 2567
2568 /** 2568 /**
2569 * Finds a registered encoder with a matching codec ID. 2569 * Finds a registered encoder with a matching codec ID.
2570 * 2570 *
2571 * @param id CodecID of the requested encoder 2571 * @param id CodecID of the requested encoder