]> git.sesse.net Git - ffmpeg/commit
Define static functions fill_image_linesize() and
authorS.N. Hemanth Meenakshisundaram <smeenaks@ucsd.edu>
Mon, 26 Jul 2010 14:30:47 +0000 (14:30 +0000)
committerStefano Sabatini <stefano.sabatini-lala@poste.it>
Mon, 26 Jul 2010 14:30:47 +0000 (14:30 +0000)
commit9dd9d67bd0007ed09aa6f3ecf2b0884f470f2de7
treec5f1af1f227e54677c0cd60a3375dbfb7e27bbb0
parent48adb7e7a4f524537c9f2d219a2d926ed391131e
Define static functions fill_image_linesize() and
fill_image_data_ptr(). ff_fill_linesize() and ff_fill_pointer() now wrap
these functions.

The new functions are more generic, and are going to be exported in a
future patch.

Patch by S.N. Hemanth Meenakshisundaram smeenaks # ucsd ยง edu.

Originally committed as revision 24512 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavcodec/imgconvert.c