[FFmpeg-cvslog] r25083 - trunk/libavcore/imgutils.h

ramiro subversion
Thu Sep 9 01:36:15 CEST 2010


Author: ramiro
Date: Thu Sep  9 01:36:14 2010
New Revision: 25083

Log:
av_fill_image_linesizes -> av_image_fill_linesizes

Modified:
   trunk/libavcore/imgutils.h

Modified: trunk/libavcore/imgutils.h
==============================================================================
--- trunk/libavcore/imgutils.h	Wed Sep  8 22:22:02 2010	(r25082)
+++ trunk/libavcore/imgutils.h	Thu Sep  9 01:36:14 2010	(r25083)
@@ -70,7 +70,7 @@ int av_image_fill_linesizes(int linesize
  * @param data pointers array to be filled with the pointer for each image plane
  * @param ptr the pointer to a buffer which will contain the image
  * @param linesizes[4] the array containing the linesize for each
- * plane, should be filled by av_fill_image_linesizes()
+ * plane, should be filled by av_image_fill_linesizes()
  * @return the size in bytes required for the image buffer, a negative
  * error code in case of failure
  */



More information about the ffmpeg-cvslog mailing list