CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Sandro Santilli <strk>  07/05/03 10:43:57

Modified files:
        backend        : render_handler.h 

Log message:
        Document ownership of image_base frame passed to drawVideoFrame

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/backend/render_handler.h?cvsroot=gnash&r1=1.37&r2=1.38

Patches:
Index: render_handler.h
===================================================================
RCS file: /sources/gnash/gnash/backend/render_handler.h,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -b -r1.37 -r1.38
--- render_handler.h    20 Apr 2007 14:35:44 -0000      1.37
+++ render_handler.h    3 May 2007 10:43:57 -0000       1.38
@@ -17,7 +17,7 @@
 // 
 //
 
-/* $Id: render_handler.h,v 1.37 2007/04/20 14:35:44 strk Exp $ */
+/* $Id: render_handler.h,v 1.38 2007/05/03 10:43:57 strk Exp $ */
 
 #ifndef RENDER_HANDLER_H
 #define RENDER_HANDLER_H
@@ -265,7 +265,8 @@
        /// The frame has already been decoded and is available in the format
        /// specified by videoFrameFormat().      
        ///               
-       /// @param baseframe The RGB or YUV video buffer frame.
+       /// @param frame The RGB or YUV video buffer frame.
+       ///   Ownership of the buffer is left to the caller.
        ///
        /// @param mat The matrix with world coordinates used to retrieve the x
        ///   and y coordinate of the video object. The scaling of the matrix 
only


_______________________________________________
Gnash-commit mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/gnash-commit

Reply via email to