lavc: bump minor after the addition of AVCodecContext.request_sample_fmt

This commit is contained in:
Stefano Sabatini 2011-06-10 11:24:04 +02:00
parent 7b8ec38d28
commit 62519c6139
1 changed files with 2 additions and 2 deletions

View File

@ -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, \