1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2024-12-23 12:43:46 +02:00

lavf doxy: add installed headers to groups.

This commit is contained in:
Anton Khirnov 2011-12-10 20:16:57 +01:00
parent fb42db7c39
commit eca06cbed9
3 changed files with 13 additions and 0 deletions

View File

@ -21,6 +21,12 @@
#ifndef AVFORMAT_AVFORMAT_H
#define AVFORMAT_AVFORMAT_H
/**
* @file
* @ingroup libavf
* Main libavformat public API header
*/
/**
* @defgroup libavf I/O and Muxing/Demuxing Library
* @{

View File

@ -22,6 +22,7 @@
/**
* @file
* @ingroup lavf_io
* Buffered I/O operations
*/

View File

@ -21,6 +21,12 @@
#ifndef AVFORMAT_VERSION_H
#define AVFORMAT_VERSION_H
/**
* @file
* @ingroup libavf
* Libavformat version macros
*/
#include "libavutil/avutil.h"
#define LIBAVFORMAT_VERSION_MAJOR 53