diff options
author | Anton Khirnov <anton@khirnov.net> | 2014-06-18 20:42:13 +0200 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2016-02-23 17:01:58 +0100 |
commit | 998e1b8f521b73e1ed3a13caaabcf79eb401cf0d (patch) | |
tree | d29c0ff37fcb664595652b575d2ad18e84c372b3 /libavcodec/version.h | |
parent | 257b30af8ec520c1635092e429606c62d3bcca63 (diff) | |
download | ffmpeg-998e1b8f521b73e1ed3a13caaabcf79eb401cf0d.tar.gz |
lavc: add codec parameters API
This API is intended to allow passing around codec parameters without
using full AVCodecContext (which also contains codec options and
encoder/decoder state).
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 2cdad5af15..d247c098ce 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 13 +#define LIBAVCODEC_VERSION_MINOR 14 #define LIBAVCODEC_VERSION_MICRO 0 #define LIBAVCODEC_VERSION_INT AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \ |