diff options
author | Anton Khirnov <anton@khirnov.net> | 2012-08-28 11:21:59 +0200 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2012-08-30 13:55:55 +0200 |
commit | a2318326f13f0e86c6d7222ec15659d2fa7d666f (patch) | |
tree | ad8cf01f8edeea9261296f3934f0e7697c80bffa /libavcodec/version.h | |
parent | 8db73c61a7b24bc4f4d3d415bea2990d17d16354 (diff) | |
download | ffmpeg-a2318326f13f0e86c6d7222ec15659d2fa7d666f.tar.gz |
lavc: add lossy/lossless codec properties.
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 a144a3cbb5..78f4ccf17f 100644 --- a/libavcodec/version.h +++ b/libavcodec/version.h @@ -28,7 +28,7 @@ #define LIBAVCODEC_VERSION_MAJOR 54 #define LIBAVCODEC_VERSION_MINOR 26 -#define LIBAVCODEC_VERSION_MICRO 0 +#define LIBAVCODEC_VERSION_MICRO 1 #define LIBAVCODEC_VERSION_INT AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \ LIBAVCODEC_VERSION_MINOR, \ |