diff options
author | Anton Khirnov <anton@khirnov.net> | 2013-05-12 14:54:43 +0200 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2013-05-17 20:27:48 +0200 |
commit | 006ec64877fb638de4b15ae5fd969e22bd0f60ca (patch) | |
tree | bb6ef987dc1b25887680ccc49ed4d738e1e68219 /libavresample | |
parent | f0cebf51ddfc3f3964cecfb25841a5022264014b (diff) | |
download | ffmpeg-006ec64877fb638de4b15ae5fd969e22bd0f60ca.tar.gz |
lavr doxy: add version.h to the lavr group
Diffstat (limited to 'libavresample')
-rw-r--r-- | libavresample/version.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/libavresample/version.h b/libavresample/version.h index 387d097d3a..3cc4441d86 100644 --- a/libavresample/version.h +++ b/libavresample/version.h @@ -19,6 +19,12 @@ #ifndef AVRESAMPLE_VERSION_H #define AVRESAMPLE_VERSION_H +/** + * @file + * @ingroup lavr + * Libavresample version macros. + */ + #define LIBAVRESAMPLE_VERSION_MAJOR 1 #define LIBAVRESAMPLE_VERSION_MINOR 1 #define LIBAVRESAMPLE_VERSION_MICRO 0 |