diff avcodec.h @ 7521:560ebb4bca76 libavcodec

Doxygenate avcodec_version().
author stefano
date Fri, 08 Aug 2008 18:34:27 +0000
parents 212e72dbb838
children 398636f16e7e
line wrap: on
line diff
--- 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);