gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] gnash/server/asobj NetStreamFfmpeg.h


From: Benjamin Wolsey
Subject: [Gnash-commit] gnash/server/asobj NetStreamFfmpeg.h
Date: Mon, 26 Nov 2007 20:33:49 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Benjamin Wolsey <bwy>   07/11/26 20:33:49

Modified files:
        server/asobj   : NetStreamFfmpeg.h 

Log message:
        Private copy ctor and assignment operator to go with the last commit.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/server/asobj/NetStreamFfmpeg.h?cvsroot=gnash&r1=1.49&r2=1.50

Patches:
Index: NetStreamFfmpeg.h
===================================================================
RCS file: /sources/gnash/gnash/server/asobj/NetStreamFfmpeg.h,v
retrieving revision 1.49
retrieving revision 1.50
diff -u -b -r1.49 -r1.50
--- NetStreamFfmpeg.h   26 Nov 2007 20:11:05 -0000      1.49
+++ NetStreamFfmpeg.h   26 Nov 2007 20:33:49 -0000      1.50
@@ -15,7 +15,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: NetStreamFfmpeg.h,v 1.49 2007/11/26 20:11:05 bwy Exp $ */
+/* $Id: NetStreamFfmpeg.h,v 1.50 2007/11/26 20:33:49 bwy Exp $ */
 
 #ifndef __NETSTREAMFFMPEG_H__
 #define __NETSTREAMFFMPEG_H__
@@ -311,6 +311,8 @@
                }
        private:
                std::auto_ptr<AVPacket> pktptr;
+               PktPointer(const PktPointer&);
+               PktPointer operator= (const PktPointer&);
        };
 
        // Setups the playback




reply via email to

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