changeset 7521:560ebb4bca76 libavcodec

Doxygenate avcodec_version().
author stefano
date Fri, 08 Aug 2008 18:34:27 +0000
parents b8ad314749ff
children 4017c5ba7bab
files avcodec.h
diffstat 1 files changed, 4 insertions(+), 1 deletions(-) [+]
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);