comparison avformat.h @ 218:7fc8e8ee081a libavformat

bump version numbers to 0.4.8
author al3x
date Fri, 05 Sep 2003 14:41:53 +0000
parents 349d63d52e7e
children 2f16e3066399
comparison
equal deleted inserted replaced
217:f04e017d8859 218:7fc8e8ee081a
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 0x000406 8 #define LIBAVFORMAT_VERSION_INT 0x000408
9 #define LIBAVFORMAT_VERSION "0.4.6" 9 #define LIBAVFORMAT_VERSION "0.4.8"
10 #define LIBAVFORMAT_BUILD 4606 10 #define LIBAVFORMAT_BUILD 4606
11 #define LIBAVFORMAT_BUILD_STR "4606"
12
13 #define LIBAVFORMAT_IDENT "FFmpeg" LIBAVFORMAT_VERSION "b" LIBAVFORMAT_BUILD_STR
11 14
12 #include "avcodec.h" 15 #include "avcodec.h"
13 16
14 #include "avio.h" 17 #include "avio.h"
15 18