# HG changeset patch # User stefano # Date 1218220467 0 # Node ID 560ebb4bca76e00a429b8966887e661cbfc10936 # Parent b8ad314749ff2c0c2c786f7fc72cc78f20d2c3c7 Doxygenate avcodec_version(). diff -r b8ad314749ff -r 560ebb4bca76 avcodec.h --- a/avcodec.h Fri Aug 08 02:56:44 2008 +0000 +++ b/avcodec.h Fri Aug 08 18:34:27 2008 +0000 @@ -2528,8 +2528,11 @@ #endif AVCodec *av_codec_next(AVCodec *c); -/* returns LIBAVCODEC_VERSION_INT constant */ +/** + * Returns the LIBAVCODEC_VERSION_INT constant. + */ unsigned avcodec_version(void); + #if LIBAVCODEC_VERSION_INT < ((52<<16)+(0<<8)+0) /* returns LIBAVCODEC_BUILD constant */ attribute_deprecated unsigned avcodec_build(void);