lavf doxy: add installed headers to groups.

pull/2/head
Anton Khirnov 13 years ago
parent fb42db7c39
commit eca06cbed9
  1. 6
      libavformat/avformat.h
  2. 1
      libavformat/avio.h
  3. 6
      libavformat/version.h

@ -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
* @{

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

@ -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

Loading…
Cancel
Save