comparison avcodec.h @ 8752:7fd1422a8703 libavcodec

Drop the deprecated function register_avcodec() at the next major version bump.
author stefano
date Fri, 06 Feb 2009 23:54:50 +0000
parents 303929f52007
children 2a43b46067c4
comparison
equal deleted inserted replaced
8751:303929f52007 8752:7fd1422a8703
2602 * @warning This function \e must be called before any other libavcodec 2602 * @warning This function \e must be called before any other libavcodec
2603 * function. 2603 * function.
2604 */ 2604 */
2605 void avcodec_init(void); 2605 void avcodec_init(void);
2606 2606
2607 #if LIBAVCODEC_VERSION_MAJOR < 53
2607 /** 2608 /**
2608 * @deprecated Deprecated in favor of avcodec_register(). 2609 * @deprecated Deprecated in favor of avcodec_register().
2609 */ 2610 */
2610 attribute_deprecated void register_avcodec(AVCodec *codec); 2611 attribute_deprecated void register_avcodec(AVCodec *codec);
2612 #endif
2611 2613
2612 /** 2614 /**
2613 * Register the codec \p codec and initialize libavcodec. 2615 * Register the codec \p codec and initialize libavcodec.
2614 * 2616 *
2615 * @see avcodec_init() 2617 * @see avcodec_init()