diff options
author | Nicolas George <george@nsup.org> | 2014-02-11 10:34:32 +0100 |
---|---|---|
committer | Nicolas George <george@nsup.org> | 2014-02-11 10:34:32 +0100 |
commit | edc7e67669ad5b4519b18d1932baf75c50577db3 (patch) | |
tree | c7506a7bc7a8053574621f65cbea2053ef8bd603 /libavformat/version.h | |
parent | 8400368f319b8d2e9bee0b6c219a15c5d2684462 (diff) | |
download | ffmpeg-edc7e67669ad5b4519b18d1932baf75c50577db3.tar.gz |
lavf/lavd: version bump and APIchanges for uncoded frames.
Diffstat (limited to 'libavformat/version.h')
-rw-r--r-- | libavformat/version.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/version.h b/libavformat/version.h index 440e9ca89b..e2d097cc47 100644 --- a/libavformat/version.h +++ b/libavformat/version.h @@ -30,7 +30,7 @@ #include "libavutil/version.h" #define LIBAVFORMAT_VERSION_MAJOR 55 -#define LIBAVFORMAT_VERSION_MINOR 31 +#define LIBAVFORMAT_VERSION_MINOR 32 #define LIBAVFORMAT_VERSION_MICRO 100 #define LIBAVFORMAT_VERSION_INT AV_VERSION_INT(LIBAVFORMAT_VERSION_MAJOR, \ |