diff options
author | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2011-06-10 11:24:04 +0200 |
---|---|---|
committer | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2011-06-10 12:13:08 +0200 |
commit | 62519c6139bd3d3e7f8004ad4e7d2d67e63b1c87 (patch) | |
tree | 948b2e059ea7470e6ebf5f29b76e779f7481211c /libavcodec/version.h | |
parent | 7b8ec38d28cc99c4017471c6981fc1206732b468 (diff) | |
download | ffmpeg-62519c6139bd3d3e7f8004ad4e7d2d67e63b1c87.tar.gz |
lavc: bump minor after the addition of AVCodecContext.request_sample_fmt
Diffstat (limited to 'libavcodec/version.h')
-rw-r--r-- | libavcodec/version.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libavcodec/version.h b/libavcodec/version.h index 5a2e0cce2f..100c06dfe6 100644 --- a/libavcodec/version.h +++ b/libavcodec/version.h @@ -21,8 +21,8 @@ #define AVCODEC_VERSION_H #define LIBAVCODEC_VERSION_MAJOR 53 -#define LIBAVCODEC_VERSION_MINOR 6 -#define LIBAVCODEC_VERSION_MICRO 1 +#define LIBAVCODEC_VERSION_MINOR 7 +#define LIBAVCODEC_VERSION_MICRO 0 #define LIBAVCODEC_VERSION_INT AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \ LIBAVCODEC_VERSION_MINOR, \ |