Browse Source

increment subminor version due to r8502 and r8504, those revisions make dnxhd and gif decoders in line with libavcodec API

Originally committed as revision 8520 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
Baptiste Coudurier 18 years ago
parent
commit
f0cb03e9f2
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      libavcodec/avcodec.h

+ 2
- 2
libavcodec/avcodec.h View File

@@ -37,8 +37,8 @@ extern "C" {
#define AV_STRINGIFY(s) AV_TOSTRING(s)
#define AV_TOSTRING(s) #s

#define LIBAVCODEC_VERSION_INT ((51<<16)+(40<<8)+0)
#define LIBAVCODEC_VERSION 51.40.0
#define LIBAVCODEC_VERSION_INT ((51<<16)+(40<<8)+1)
#define LIBAVCODEC_VERSION 51.40.1
#define LIBAVCODEC_BUILD LIBAVCODEC_VERSION_INT

#define LIBAVCODEC_IDENT "Lavc" AV_STRINGIFY(LIBAVCODEC_VERSION)


Loading…
Cancel
Save