comparison avformat.h @ 932:06514f2b05ce libavformat

bump version numbers and update docs for adts aac support
author mru
date Wed, 08 Feb 2006 01:11:48 +0000
parents 2d9a65a1d9ea
children a887adfe9dc5
comparison
equal deleted inserted replaced
931:7420a756dc7a 932:06514f2b05ce
3 3
4 #ifdef __cplusplus 4 #ifdef __cplusplus
5 extern "C" { 5 extern "C" {
6 #endif 6 #endif
7 7
8 #define LIBAVFORMAT_VERSION_INT ((50<<16)+(0<<8)+0) 8 #define LIBAVFORMAT_VERSION_INT ((50<<16)+(1<<8)+0)
9 #define LIBAVFORMAT_VERSION 50.0.0 9 #define LIBAVFORMAT_VERSION 50.1.0
10 #define LIBAVFORMAT_BUILD LIBAVFORMAT_VERSION_INT 10 #define LIBAVFORMAT_BUILD LIBAVFORMAT_VERSION_INT
11 11
12 #define LIBAVFORMAT_IDENT "Lavf" AV_STRINGIFY(LIBAVFORMAT_VERSION) 12 #define LIBAVFORMAT_IDENT "Lavf" AV_STRINGIFY(LIBAVFORMAT_VERSION)
13 13
14 #include <time.h> 14 #include <time.h>