diff options
author | Vittorio Giovara <vittorio.giovara@gmail.com> | 2014-07-23 09:21:28 +0100 |
---|---|---|
committer | Vittorio Giovara <vittorio.giovara@gmail.com> | 2014-08-28 12:33:26 -0400 |
commit | 9301486408a480629336af4d7fd873c0f28fb2d5 (patch) | |
tree | 198fb73355d2e3890f8292b4786ef101cdfd0502 /libavcodec/version.h | |
parent | f2583bc86eb5d7decc639fc9a36edc93e6003eef (diff) | |
download | ffmpeg-9301486408a480629336af4d7fd873c0f28fb2d5.tar.gz |
avcodec: add stream-level stereo3d side data
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 b42b9704ad..8cc2fb0317 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 0 +#define LIBAVCODEC_VERSION_MINOR 1 #define LIBAVCODEC_VERSION_MICRO 0 #define LIBAVCODEC_VERSION_INT AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \ |