gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] gnash/libmedia FLVParser.h


From: Sandro Santilli
Subject: [Gnash-commit] gnash/libmedia FLVParser.h
Date: Wed, 04 Jun 2008 17:08:45 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Sandro Santilli <strk>  08/06/04 17:08:45

Modified files:
        libmedia       : FLVParser.h 

Log message:
        cleanup dox for _next{Audio,Video}Frame members

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

Patches:
Index: FLVParser.h
===================================================================
RCS file: /sources/gnash/gnash/libmedia/FLVParser.h,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -b -r1.13 -r1.14
--- FLVParser.h 4 Jun 2008 13:03:00 -0000       1.13
+++ FLVParser.h 4 Jun 2008 17:08:45 -0000       1.14
@@ -321,10 +321,18 @@
        /// Info about the audio stream (if any)
        std::auto_ptr<AudioInfo> _audioInfo;
 
-       /// Last audio frame returned
+       /// Audio frame cursor position 
+       //
+       /// This is the video frame number that will
+       /// be referenced by nextVideoFrame and nextVideoFrameTimestamp
+       ///
        size_t _nextAudioFrame;
 
-       /// Last video frame returned
+       /// Video frame cursor position 
+       //
+       /// This is the video frame number that will
+       /// be referenced by nextVideoFrame and nextVideoFrameTimestamp
+       ///
        size_t _nextVideoFrame;
 
        /// Audio stream is present




reply via email to

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