Mercurial > libavcodec.hg
comparison avcodec.h @ 7521:560ebb4bca76 libavcodec
Doxygenate avcodec_version().
| author | stefano |
|---|---|
| date | Fri, 08 Aug 2008 18:34:27 +0000 |
| parents | 212e72dbb838 |
| children | 398636f16e7e |
comparison
equal
deleted
inserted
replaced
| 7520:b8ad314749ff | 7521:560ebb4bca76 |
|---|---|
| 2526 #if LIBAVCODEC_VERSION_INT < ((52<<16)+(0<<8)+0) | 2526 #if LIBAVCODEC_VERSION_INT < ((52<<16)+(0<<8)+0) |
| 2527 extern AVCodec *first_avcodec; | 2527 extern AVCodec *first_avcodec; |
| 2528 #endif | 2528 #endif |
| 2529 AVCodec *av_codec_next(AVCodec *c); | 2529 AVCodec *av_codec_next(AVCodec *c); |
| 2530 | 2530 |
| 2531 /* returns LIBAVCODEC_VERSION_INT constant */ | 2531 /** |
| 2532 * Returns the LIBAVCODEC_VERSION_INT constant. | |
| 2533 */ | |
| 2532 unsigned avcodec_version(void); | 2534 unsigned avcodec_version(void); |
| 2535 | |
| 2533 #if LIBAVCODEC_VERSION_INT < ((52<<16)+(0<<8)+0) | 2536 #if LIBAVCODEC_VERSION_INT < ((52<<16)+(0<<8)+0) |
| 2534 /* returns LIBAVCODEC_BUILD constant */ | 2537 /* returns LIBAVCODEC_BUILD constant */ |
| 2535 attribute_deprecated unsigned avcodec_build(void); | 2538 attribute_deprecated unsigned avcodec_build(void); |
| 2536 #endif | 2539 #endif |
| 2537 | 2540 |
