aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec
diff options
context:
space:
mode:
authorStefano Sabatini <stefano.sabatini-lala@poste.it>2011-06-10 11:24:04 +0200
committerStefano Sabatini <stefano.sabatini-lala@poste.it>2011-06-10 12:13:08 +0200
commit62519c6139bd3d3e7f8004ad4e7d2d67e63b1c87 (patch)
tree948b2e059ea7470e6ebf5f29b76e779f7481211c /libavcodec
parent7b8ec38d28cc99c4017471c6981fc1206732b468 (diff)
downloadffmpeg-62519c6139bd3d3e7f8004ad4e7d2d67e63b1c87.tar.gz
lavc: bump minor after the addition of AVCodecContext.request_sample_fmt
Diffstat (limited to 'libavcodec')
-rw-r--r--libavcodec/version.h4
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, \