Browse Source

Increase version: 'wave' atom parsing added to mov demuxer

Originally committed as revision 4655 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
Roberto Togni 19 years ago
parent
commit
f9c7872c66
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      libavformat/avformat.h

+ 2
- 2
libavformat/avformat.h View File

@@ -5,8 +5,8 @@
extern "C" {
#endif

#define LIBAVFORMAT_VERSION_INT ((49<<16)+(1<<8)+0)
#define LIBAVFORMAT_VERSION 49.1.0
#define LIBAVFORMAT_VERSION_INT ((49<<16)+(2<<8)+0)
#define LIBAVFORMAT_VERSION 49.2.0
#define LIBAVFORMAT_BUILD LIBAVFORMAT_VERSION_INT

#define LIBAVFORMAT_IDENT "Lavf" AV_STRINGIFY(LIBAVFORMAT_VERSION)


Loading…
Cancel
Save