Commit 96afa6be authored by Stefano Sabatini's avatar Stefano Sabatini

Doxygenate avcodec_version().

Originally committed as revision 14666 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 7f0026dd
......@@ -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);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment