mirror of https://git.ffmpeg.org/ffmpeg.git
bump version numbers to 0.4.8
Originally committed as revision 2210 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
ba9261e531
commit
8026c3b54c
4
common.h
4
common.h
|
@ -1,7 +1,7 @@
|
|||
#ifndef FFMPEG_COMMON_H
|
||||
#define FFMPEG_COMMON_H
|
||||
|
||||
#define FFMPEG_VERSION_INT 0x000406
|
||||
#define FFMPEG_VERSION "0.4.6"
|
||||
#define FFMPEG_VERSION_INT 0x000408
|
||||
#define FFMPEG_VERSION "0.4.8"
|
||||
|
||||
#endif /* COMMON_H */
|
||||
|
|
|
@ -13,8 +13,8 @@ extern "C" {
|
|||
|
||||
#include "common.h"
|
||||
|
||||
#define LIBAVCODEC_VERSION_INT 0x000406
|
||||
#define LIBAVCODEC_VERSION "0.4.6"
|
||||
#define LIBAVCODEC_VERSION_INT 0x000408
|
||||
#define LIBAVCODEC_VERSION "0.4.8"
|
||||
#define LIBAVCODEC_BUILD 4677
|
||||
#define LIBAVCODEC_BUILD_STR "4677"
|
||||
|
||||
|
|
|
@ -5,9 +5,12 @@
|
|||
extern "C" {
|
||||
#endif
|
||||
|
||||
#define LIBAVFORMAT_VERSION_INT 0x000406
|
||||
#define LIBAVFORMAT_VERSION "0.4.6"
|
||||
#define LIBAVFORMAT_VERSION_INT 0x000408
|
||||
#define LIBAVFORMAT_VERSION "0.4.8"
|
||||
#define LIBAVFORMAT_BUILD 4606
|
||||
#define LIBAVFORMAT_BUILD_STR "4606"
|
||||
|
||||
#define LIBAVFORMAT_IDENT "FFmpeg" LIBAVFORMAT_VERSION "b" LIBAVFORMAT_BUILD_STR
|
||||
|
||||
#include "avcodec.h"
|
||||
|
||||
|
|
Loading…
Reference in New Issue