gnash-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gnash-commit] gnash/libmedia VideoDecoder.h


From: Bastiaan Jacques
Subject: [Gnash-commit] gnash/libmedia VideoDecoder.h
Date: Mon, 25 Feb 2008 17:24:48 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Bastiaan Jacques <bjacques>     08/02/25 17:24:47

Modified files:
        libmedia       : VideoDecoder.h 

Log message:
        Answer Sandro's question.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/libmedia/VideoDecoder.h?cvsroot=gnash&r1=1.13&r2=1.14

Patches:
Index: VideoDecoder.h
===================================================================
RCS file: /sources/gnash/gnash/libmedia/VideoDecoder.h,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -b -r1.13 -r1.14
--- VideoDecoder.h      25 Feb 2008 07:41:32 -0000      1.13
+++ VideoDecoder.h      25 Feb 2008 17:24:47 -0000      1.14
@@ -16,7 +16,7 @@
 // along with this program; if not, write to the Free Software
 // Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
 
-// $Id: VideoDecoder.h,v 1.13 2008/02/25 07:41:32 strk Exp $
+// $Id: VideoDecoder.h,v 1.14 2008/02/25 17:24:47 bjacques Exp $
 
 #ifndef __VIDEODECODER_H__
 #define __VIDEODECODER_H__
@@ -52,9 +52,8 @@
   
   /// Pop a decoded frame from the decoder. THIS METHOD MAY BLOCK.
   //
-  /// @return The decoded video frame.
-  ///         Q: or the NULL auto_ptr if ?
-  ///
+  /// @return The decoded video frame, or a NULL-containing auto_ptr if an
+  ///         error occurred.
   virtual std::auto_ptr<image::rgb> pop() = 0;
   
   /// \brief




reply via email to

[Prev in Thread] Current Thread [Next in Thread]