diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2013-09-30 22:18:50 +0200 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2013-10-06 10:47:09 +0200 |
commit | ccf96f8c642d396daedfc3fcffa1c0619722d4d3 (patch) | |
tree | 543d8b9b622fdb249b1a8d0499b2d05a831e25dd /libswscale/version.h | |
parent | 6853e40106cac769f0641183ea0bdd530ae9a0a1 (diff) | |
download | ffmpeg-ccf96f8c642d396daedfc3fcffa1c0619722d4d3.tar.gz |
swscale/options: switch default to bicubic
Suggested-by: Ronald S. Bultje
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libswscale/version.h')
-rw-r--r-- | libswscale/version.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libswscale/version.h b/libswscale/version.h index 06f119afb3..360ec820a9 100644 --- a/libswscale/version.h +++ b/libswscale/version.h @@ -28,7 +28,7 @@ #define LIBSWSCALE_VERSION_MAJOR 2 #define LIBSWSCALE_VERSION_MINOR 5 -#define LIBSWSCALE_VERSION_MICRO 100 +#define LIBSWSCALE_VERSION_MICRO 101 #define LIBSWSCALE_VERSION_INT AV_VERSION_INT(LIBSWSCALE_VERSION_MAJOR, \ LIBSWSCALE_VERSION_MINOR, \ |