diff options
author | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2010-08-18 21:02:38 +0000 |
---|---|---|
committer | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2010-08-18 21:02:38 +0000 |
commit | a6ddf8bf0f270fd2f609efb93416374fbb4c4430 (patch) | |
tree | 5aabcf33b33c7950a25aa603e40a4da10bacae91 /libavcore/avcore.h | |
parent | 25ae798c87dd2b42f277155f721e84be92425f1e (diff) | |
download | ffmpeg-a6ddf8bf0f270fd2f609efb93416374fbb4c4430.tar.gz |
Implement inline function av_fill_image_max_pixstep() and use it for
factorizing code.
Originally committed as revision 24827 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcore/avcore.h')
-rw-r--r-- | libavcore/avcore.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcore/avcore.h b/libavcore/avcore.h index 4c45225b48..899de89233 100644 --- a/libavcore/avcore.h +++ b/libavcore/avcore.h @@ -27,7 +27,7 @@ #include <libavutil/avutil.h> #define LIBAVCORE_VERSION_MAJOR 0 -#define LIBAVCORE_VERSION_MINOR 4 +#define LIBAVCORE_VERSION_MINOR 5 #define LIBAVCORE_VERSION_MICRO 0 #define LIBAVCORE_VERSION_INT AV_VERSION_INT(LIBAVCORE_VERSION_MAJOR, \ |