comparison avcodec.h @ 7241:239031d20617 libavcodec

Deprecate avcodec_build(), it returns the same value as avcodec_version().
author andoma
date Fri, 11 Jul 2008 15:25:12 +0000
parents 21f5d934ccbd
children 48dd72fdca91
comparison
equal deleted inserted replaced
7240:2552555c8a92 7241:239031d20617
2514 #endif 2514 #endif
2515 AVCodec *av_codec_next(AVCodec *c); 2515 AVCodec *av_codec_next(AVCodec *c);
2516 2516
2517 /* returns LIBAVCODEC_VERSION_INT constant */ 2517 /* returns LIBAVCODEC_VERSION_INT constant */
2518 unsigned avcodec_version(void); 2518 unsigned avcodec_version(void);
2519 #if LIBAVCODEC_VERSION_INT < ((52<<16)+(0<<8)+0)
2519 /* returns LIBAVCODEC_BUILD constant */ 2520 /* returns LIBAVCODEC_BUILD constant */
2520 unsigned avcodec_build(void); 2521 attribute_deprecated unsigned avcodec_build(void);
2522 #endif
2521 2523
2522 /** 2524 /**
2523 * Initializes libavcodec. 2525 * Initializes libavcodec.
2524 * 2526 *
2525 * @warning This function \e must be called before any other libavcodec 2527 * @warning This function \e must be called before any other libavcodec