diff options
author | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2010-08-20 16:52:38 +0000 |
---|---|---|
committer | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2010-08-20 16:52:38 +0000 |
commit | e34433612f475cd940487a2cd14851b0eb7e47b0 (patch) | |
tree | d048e5d68a2a8129aaaf7ed346375c2f7d473a47 /libavfilter/avfilter.h | |
parent | d1a991f23d45e58aa24b70a1c2f0618e642b2abe (diff) | |
download | ffmpeg-e34433612f475cd940487a2cd14851b0eb7e47b0.tar.gz |
Rename av_fill_image_max_pixstep() to av_fill_image_max_pixsteps().
The plural form is preferred as it is more consistent with the other functions:
av_fill_image_linesizes()
av_fill_image_pointers()
and looks semantically more correct as it fills an array of elements.
Originally committed as revision 24851 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavfilter/avfilter.h')
-rw-r--r-- | libavfilter/avfilter.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavfilter/avfilter.h b/libavfilter/avfilter.h index 3d01c6631c..53bddecf72 100644 --- a/libavfilter/avfilter.h +++ b/libavfilter/avfilter.h @@ -26,7 +26,7 @@ #define LIBAVFILTER_VERSION_MAJOR 1 #define LIBAVFILTER_VERSION_MINOR 36 -#define LIBAVFILTER_VERSION_MICRO 0 +#define LIBAVFILTER_VERSION_MICRO 1 #define LIBAVFILTER_VERSION_INT AV_VERSION_INT(LIBAVFILTER_VERSION_MAJOR, \ LIBAVFILTER_VERSION_MINOR, \ |