Browse Source

Bump minor number, NUT muxer was added.

Originally committed as revision 10072 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
Diego Biurrun 18 years ago
parent
commit
68bf8d83c5
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      libavformat/avformat.h

+ 1
- 1
libavformat/avformat.h View File

@@ -22,7 +22,7 @@
#define AVFORMAT_H

#define LIBAVFORMAT_VERSION_INT ((51<<16)+(12<<8)+1)
#define LIBAVFORMAT_VERSION 51.12.1
#define LIBAVFORMAT_VERSION 51.12.2
#define LIBAVFORMAT_BUILD LIBAVFORMAT_VERSION_INT

#define LIBAVFORMAT_IDENT "Lavf" AV_STRINGIFY(LIBAVFORMAT_VERSION)


Loading…
Cancel
Save