Merge commit '006ec64877fb638de4b15ae5fd969e22bd0f60ca'
* commit '006ec64877fb638de4b15ae5fd969e22bd0f60ca': lavr doxy: add version.h to the lavr group lavc doxy: add avcodec.h to the libavcodec group. Merged-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
commit
20f75a810c
@ -23,7 +23,8 @@
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* @file
|
* @file
|
||||||
* external API header
|
* @ingroup libavc
|
||||||
|
* Libavcodec external API header
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <errno.h>
|
#include <errno.h>
|
||||||
|
@ -19,6 +19,12 @@
|
|||||||
#ifndef AVRESAMPLE_VERSION_H
|
#ifndef AVRESAMPLE_VERSION_H
|
||||||
#define AVRESAMPLE_VERSION_H
|
#define AVRESAMPLE_VERSION_H
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @file
|
||||||
|
* @ingroup lavr
|
||||||
|
* Libavresample version macros.
|
||||||
|
*/
|
||||||
|
|
||||||
#define LIBAVRESAMPLE_VERSION_MAJOR 1
|
#define LIBAVRESAMPLE_VERSION_MAJOR 1
|
||||||
#define LIBAVRESAMPLE_VERSION_MINOR 1
|
#define LIBAVRESAMPLE_VERSION_MINOR 1
|
||||||
#define LIBAVRESAMPLE_VERSION_MICRO 0
|
#define LIBAVRESAMPLE_VERSION_MICRO 0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user