Browse Source

update version for next release

Originally committed as revision 3297 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
Michael Niedermayer 21 years ago
parent
commit
c79b801159
1 changed files with 3 additions and 3 deletions
  1. +3
    -3
      libavcodec/avcodec.h

+ 3
- 3
libavcodec/avcodec.h View File

@@ -15,9 +15,9 @@ extern "C" {
#include "rational.h" #include "rational.h"
#include <sys/types.h> /* size_t */ #include <sys/types.h> /* size_t */


#define FFMPEG_VERSION_INT 0x000408
#define FFMPEG_VERSION "0.4.8"
#define LIBAVCODEC_BUILD 4717
#define FFMPEG_VERSION_INT 0x000409
#define FFMPEG_VERSION "0.4.9-pre1"
#define LIBAVCODEC_BUILD 4718


#define LIBAVCODEC_VERSION_INT FFMPEG_VERSION_INT #define LIBAVCODEC_VERSION_INT FFMPEG_VERSION_INT
#define LIBAVCODEC_VERSION FFMPEG_VERSION #define LIBAVCODEC_VERSION FFMPEG_VERSION


Loading…
Cancel
Save