diff options
author | Steve Jiekak <devaureshy@gmail.com> | 2014-12-04 14:48:14 +0100 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2014-12-04 20:23:52 +0100 |
commit | 6e9ac02af8b67522fef6eaf22d983b6d1a39221e (patch) | |
tree | 9ea19dc4937846063a462aa4958d62f9a6fdecf0 /libavcodec/version.h | |
parent | bde27e1e617dfeb3c026f530f48a77f5ed8aa2ea (diff) | |
download | ffmpeg-6e9ac02af8b67522fef6eaf22d983b6d1a39221e.tar.gz |
add av_dv_codec_profile2 : uses framerate to select best matching profile. default on first matching profile
Signed-off-by: Steve Jiekak <devaureshy@gmail.com>
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavcodec/version.h')
-rw-r--r-- | libavcodec/version.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/version.h b/libavcodec/version.h index 23443ed818..ef439d63b3 100644 --- a/libavcodec/version.h +++ b/libavcodec/version.h @@ -29,7 +29,7 @@ #include "libavutil/version.h" #define LIBAVCODEC_VERSION_MAJOR 56 -#define LIBAVCODEC_VERSION_MINOR 13 +#define LIBAVCODEC_VERSION_MINOR 14 #define LIBAVCODEC_VERSION_MICRO 100 #define LIBAVCODEC_VERSION_INT AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \ |