[FFmpeg-cvslog] r14666 - trunk/libavcodec/avcodec.h
stefano
subversion
Fri Aug 8 20:34:27 CEST 2008
Author: stefano
Date: Fri Aug 8 20:34:27 2008
New Revision: 14666
Log:
Doxygenate avcodec_version().
Modified:
trunk/libavcodec/avcodec.h
Modified: trunk/libavcodec/avcodec.h
==============================================================================
--- trunk/libavcodec/avcodec.h (original)
+++ trunk/libavcodec/avcodec.h Fri Aug 8 20:34:27 2008
@@ -2528,8 +2528,11 @@ extern AVCodec *first_avcodec;
#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);
More information about the ffmpeg-cvslog
mailing list