ffmpeg/libavcore
Stefano Sabatini 7906e2b974 Implement av_get_image_linesize() and use it in
ff_get_plane_bytewidth().

The new implementation is more generic, more compact and more correct.

Originally committed as revision 24786 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-08-12 15:05:58 +00:00
..
Makefile Move fill_image_linesize() and fill_image_data_ptr() from 2010-07-29 23:44:57 +00:00
avcore.h Implement av_get_image_linesize() and use it in 2010-08-12 15:05:58 +00:00
imgutils.c Implement av_get_image_linesize() and use it in 2010-08-12 15:05:58 +00:00
imgutils.h Implement av_get_image_linesize() and use it in 2010-08-12 15:05:58 +00:00
libavcore.v
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