diff options
author | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2008-08-08 18:34:27 +0000 |
---|---|---|
committer | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2008-08-08 18:34:27 +0000 |
commit | 96afa6be0b60145958ff4d6e34684f06d854b77c (patch) | |
tree | dc1a5b73b5c6f9a2bcb132dd16c8fc20a6606536 | |
parent | 7f0026dded7b2acbb93a762468c2d37eaa486083 (diff) | |
download | ffmpeg-96afa6be0b60145958ff4d6e34684f06d854b77c.tar.gz |
Doxygenate avcodec_version().
Originally committed as revision 14666 to svn://svn.ffmpeg.org/ffmpeg/trunk
-rw-r--r-- | libavcodec/avcodec.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h index aff1507962..c9f8ae4530 100644 --- a/libavcodec/avcodec.h +++ b/libavcodec/avcodec.h @@ -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); |