diff options
author | Rodger Combs <rodger.combs@gmail.com> | 2015-10-07 21:09:26 -0500 |
---|---|---|
committer | Rodger Combs <rodger.combs@gmail.com> | 2015-10-10 10:41:10 -0500 |
commit | 0d53a6f5b4f5ccebe3f7b4d8cfd440e07affa509 (patch) | |
tree | eda082c1994fc251408a6c094c74f0a326a7f878 /libavcodec/version.h | |
parent | 5740dc27e1a633b636ae37ae1f7a2ab71a060486 (diff) | |
download | ffmpeg-0d53a6f5b4f5ccebe3f7b4d8cfd440e07affa509.tar.gz |
lavc: move bitstream filter args to the bsf ctx
Diffstat (limited to 'libavcodec/version.h')
-rw-r--r-- | libavcodec/version.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libavcodec/version.h b/libavcodec/version.h index a89ad91872..c7fc1f199f 100644 --- a/libavcodec/version.h +++ b/libavcodec/version.h @@ -29,8 +29,8 @@ #include "libavutil/version.h" #define LIBAVCODEC_VERSION_MAJOR 57 -#define LIBAVCODEC_VERSION_MINOR 4 -#define LIBAVCODEC_VERSION_MICRO 101 +#define LIBAVCODEC_VERSION_MINOR 5 +#define LIBAVCODEC_VERSION_MICRO 100 #define LIBAVCODEC_VERSION_INT AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \ LIBAVCODEC_VERSION_MINOR, \ |