Browse Source

New RM format deserves small version bump

Originally committed as revision 10827 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
Kostya Shishkov 18 years ago
parent
commit
fe7e750fb5
2 changed files with 4 additions and 4 deletions
  1. +2
    -2
      libavcodec/avcodec.h
  2. +2
    -2
      libavformat/avformat.h

+ 2
- 2
libavcodec/avcodec.h View File

@@ -33,8 +33,8 @@
#define AV_STRINGIFY(s) AV_TOSTRING(s)
#define AV_TOSTRING(s) #s

#define LIBAVCODEC_VERSION_INT ((51<<16)+(46<<8)+0)
#define LIBAVCODEC_VERSION 51.46.0
#define LIBAVCODEC_VERSION_INT ((51<<16)+(46<<8)+1)
#define LIBAVCODEC_VERSION 51.46.1
#define LIBAVCODEC_BUILD LIBAVCODEC_VERSION_INT

#define LIBAVCODEC_IDENT "Lavc" AV_STRINGIFY(LIBAVCODEC_VERSION)


+ 2
- 2
libavformat/avformat.h View File

@@ -21,8 +21,8 @@
#ifndef FFMPEG_AVFORMAT_H
#define FFMPEG_AVFORMAT_H

#define LIBAVFORMAT_VERSION_INT ((51<<16)+(16<<8)+0)
#define LIBAVFORMAT_VERSION 51.16.0
#define LIBAVFORMAT_VERSION_INT ((51<<16)+(16<<8)+1)
#define LIBAVFORMAT_VERSION 51.16.1
#define LIBAVFORMAT_BUILD LIBAVFORMAT_VERSION_INT

#define LIBAVFORMAT_IDENT "Lavf" AV_STRINGIFY(LIBAVFORMAT_VERSION)


Loading…
Cancel
Save