diff options
author | Kostya Shishkov <kostya.shishkov@gmail.com> | 2012-02-02 20:54:53 +0100 |
---|---|---|
committer | Kostya Shishkov <kostya.shishkov@gmail.com> | 2012-02-15 07:14:51 +0100 |
commit | 1a265f6187e9036b649fc08f8293b5e1fcd8dfbe (patch) | |
tree | 3008fcfe16f8e7e0c773655808309e5fd358a37c /libavcodec/version.h | |
parent | 8835c2c829d84d99e237e63f432b6e9f54e2ecf6 (diff) | |
download | ffmpeg-1a265f6187e9036b649fc08f8293b5e1fcd8dfbe.tar.gz |
prores encoder
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 56aadb24a4..bf2848d4b2 100644 --- a/libavcodec/version.h +++ b/libavcodec/version.h @@ -21,7 +21,7 @@ #define AVCODEC_VERSION_H #define LIBAVCODEC_VERSION_MAJOR 54 -#define LIBAVCODEC_VERSION_MINOR 1 +#define LIBAVCODEC_VERSION_MINOR 2 #define LIBAVCODEC_VERSION_MICRO 0 #define LIBAVCODEC_VERSION_INT AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \ |