diff options
author | Anton Khirnov <anton@khirnov.net> | 2011-12-10 20:16:57 +0100 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2011-12-10 22:02:28 +0100 |
commit | eca06cbed9160a16f5e6c58302f1b9e2ff116283 (patch) | |
tree | 6ea56b18c578b4ffedeb0edcf907d106a3f7b7bd /libavformat/avformat.h | |
parent | fb42db7c39f075baf59e53168a11a9feb2222761 (diff) | |
download | ffmpeg-eca06cbed9160a16f5e6c58302f1b9e2ff116283.tar.gz |
lavf doxy: add installed headers to groups.
Diffstat (limited to 'libavformat/avformat.h')
-rw-r--r-- | libavformat/avformat.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/libavformat/avformat.h b/libavformat/avformat.h index 2298d718c7..525f8ff3b5 100644 --- a/libavformat/avformat.h +++ b/libavformat/avformat.h @@ -22,6 +22,12 @@ #define AVFORMAT_AVFORMAT_H /** + * @file + * @ingroup libavf + * Main libavformat public API header + */ + +/** * @defgroup libavf I/O and Muxing/Demuxing Library * @{ * |