]> git.sesse.net Git - ffmpeg/commit
Rename read/write_line() to av_read/write_image_line().
authorStefano Sabatini <stefano.sabatini-lala@poste.it>
Wed, 7 Jul 2010 23:41:42 +0000 (23:41 +0000)
committerMåns Rullgård <mans@mansr.com>
Wed, 7 Jul 2010 23:41:42 +0000 (23:41 +0000)
commitce1cd1cba2d15b5b899235217fea3929a8f01892
tree90107f426202d5aef1039122571129d0a710977b
parent267843844cf320b151962f90e72c4254bf4622a5
Rename read/write_line() to av_read/write_image_line().

The old names were not av_ prefixed, and they were causing linking
failure on many platforms.  The new names are also more descriptive.

Patch by Stefano Sabatini.

Originally committed as revision 24101 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavfilter/vf_pixdesctest.c
libavutil/pixdesc.c
libavutil/pixdesc.h