diff options
author | Anton Khirnov <anton@khirnov.net> | 2012-04-08 14:08:05 +0200 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2012-04-09 21:25:17 +0200 |
commit | 7c59b5c2a5a19638c6c4411fb96fcd50066905c6 (patch) | |
tree | e350317d39dc5c02fdd2919fa59a8170a42fe791 /libavcodec/version.h | |
parent | ec57b7de745c851ad7afa93cee659688a4ddd600 (diff) | |
download | ffmpeg-7c59b5c2a5a19638c6c4411fb96fcd50066905c6.tar.gz |
lavc doxy: add all installed headers to doxy groups.
Diffstat (limited to 'libavcodec/version.h')
-rw-r--r-- | libavcodec/version.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/libavcodec/version.h b/libavcodec/version.h index 5719e7f564..c35fce40e3 100644 --- a/libavcodec/version.h +++ b/libavcodec/version.h @@ -20,6 +20,12 @@ #ifndef AVCODEC_VERSION_H #define AVCODEC_VERSION_H +/** + * @file + * @ingroup libavc + * Libavcodec version macros. + */ + #define LIBAVCODEC_VERSION_MAJOR 54 #define LIBAVCODEC_VERSION_MINOR 11 #define LIBAVCODEC_VERSION_MICRO 1 |