Commit 20f75a81 authored by Michael Niedermayer's avatar Michael Niedermayer

Merge commit '006ec648'

* commit '006ec648':
  lavr doxy: add version.h to the lavr group
  lavc doxy: add avcodec.h to the libavcodec group.
Merged-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parents 97200d89 006ec648
......@@ -23,7 +23,8 @@
/**
* @file
* external API header
* @ingroup libavc
* Libavcodec external API header
*/
#include <errno.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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment