Doxygenate avcodec_version().
authorStefano Sabatini <stefano.sabatini-lala@poste.it>
Fri, 8 Aug 2008 18:34:27 +0000 (18:34 +0000)
committerStefano Sabatini <stefano.sabatini-lala@poste.it>
Fri, 8 Aug 2008 18:34:27 +0000 (18:34 +0000)
Originally committed as revision 14666 to svn://svn.ffmpeg.org/ffmpeg/trunk

libavcodec/avcodec.h

index aff150796286d33016c2bd4300faed47855b5ee4..c9f8ae4530518d46fc911c8b11f001e144302d81 100644 (file)
@@ -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);