diff options
author | Michael Niedermayer <michael@niedermayer.cc> | 2016-04-20 19:19:25 +0200 |
---|---|---|
committer | Michael Niedermayer <michael@niedermayer.cc> | 2016-04-21 13:49:32 +0200 |
commit | 0de99ab06f707e71a3c3bb30083d1cc324ba9c26 (patch) | |
tree | 7a312b333c570ef15f2d63cc608f5dce559e2801 /libavcodec/version.h | |
parent | 9f36ea57ae6eefb42432220feab0350494f4144c (diff) | |
download | ffmpeg-0de99ab06f707e71a3c3bb30083d1cc324ba9c26.tar.gz |
avcodec: Add avpriv_codec_get_cap_skip_frame_fill_param()
With this the use of the caps_internal from libavformat can be avoided
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
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 b8ef9c5193..8712425366 100644 --- a/libavcodec/version.h +++ b/libavcodec/version.h @@ -28,7 +28,7 @@ #include "libavutil/version.h" #define LIBAVCODEC_VERSION_MAJOR 57 -#define LIBAVCODEC_VERSION_MINOR 35 +#define LIBAVCODEC_VERSION_MINOR 36 #define LIBAVCODEC_VERSION_MICRO 100 #define LIBAVCODEC_VERSION_INT AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \ |