Browse Source

Increase minor version due to new av_close_input_stream

Originally committed as revision 11270 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
Reimar Döffinger 17 years ago
parent
commit
f47b9f4828
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      libavformat/avformat.h

+ 2
- 2
libavformat/avformat.h View File

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

#define LIBAVFORMAT_VERSION_INT ((52<<16)+(2<<8)+0)
#define LIBAVFORMAT_VERSION 52.2.0
#define LIBAVFORMAT_VERSION_INT ((52<<16)+(3<<8)+0)
#define LIBAVFORMAT_VERSION 52.3.0
#define LIBAVFORMAT_BUILD LIBAVFORMAT_VERSION_INT

#define LIBAVFORMAT_IDENT "Lavf" AV_STRINGIFY(LIBAVFORMAT_VERSION)


Loading…
Cancel
Save