ffmpeg/libavcore
Stefano Sabatini e34433612f 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
2010-08-20 16:52:38 +00:00
..
avcore.h Rename av_fill_image_max_pixstep() to av_fill_image_max_pixsteps(). 2010-08-20 16:52:38 +00:00
imgutils.c Rename av_fill_image_max_pixstep() to av_fill_image_max_pixsteps(). 2010-08-20 16:52:38 +00:00
imgutils.h Rename av_fill_image_max_pixstep() to av_fill_image_max_pixsteps(). 2010-08-20 16:52:38 +00:00
libavcore.v
Makefile Move fill_image_linesize() and fill_image_data_ptr() from 2010-07-29 23:44:57 +00:00
parseutils.c Avoid the use of an intermediary variable in 2010-07-26 23:12:48 +00:00
parseutils.h Remove reference to the "frame" term in variable names. Simpler and 2010-07-26 23:12:41 +00:00
utils.c