mirror of
				https://projects.vdr-developer.org/git/vdr-plugin-streamdev.git
				synced 2023-10-10 17:16:51 +00:00 
			
		
		
		
	fixed missing virtual for cTS2PESRemux destructor
This commit is contained in:
		
							
								
								
									
										1
									
								
								HISTORY
									
									
									
									
									
								
							
							
						
						
									
										1
									
								
								HISTORY
									
									
									
									
									
								
							@@ -1,6 +1,7 @@
 | 
			
		||||
VDR Plugin 'streamdev' Revision History
 | 
			
		||||
---------------------------------------
 | 
			
		||||
 | 
			
		||||
- fixed missing virtual for cTS2PESRemux destructor
 | 
			
		||||
- silenced format mismatch warning on 64bit OS
 | 
			
		||||
- now there's a common baseclass for all remuxers, make use of it
 | 
			
		||||
- added namespace to remuxers
 | 
			
		||||
 
 | 
			
		||||
@@ -4,7 +4,7 @@
 | 
			
		||||
 * This file is based on a copy of remux.h from Klaus Schmidinger's
 | 
			
		||||
 * VDR, version 1.6.0.
 | 
			
		||||
 *
 | 
			
		||||
 * $Id: ts2pes.h,v 1.2.2.3 2009/06/30 06:03:16 schmirl Exp $
 | 
			
		||||
 * $Id: ts2pes.h,v 1.2.2.4 2009/07/06 06:13:41 schmirl Exp $
 | 
			
		||||
 */
 | 
			
		||||
 | 
			
		||||
#ifndef VDR_STREAMDEV_TS2PES_H
 | 
			
		||||
@@ -34,7 +34,7 @@ public:
 | 
			
		||||
       ///< APids, DPids and SPids are pointers to zero terminated lists of audio,
 | 
			
		||||
       ///< dolby and subtitle PIDs (the pointers may be NULL if there is no such
 | 
			
		||||
       ///< PID).
 | 
			
		||||
  ~cTS2PESRemux();
 | 
			
		||||
  virtual ~cTS2PESRemux();
 | 
			
		||||
  int Put(const uchar *Data, int Count);
 | 
			
		||||
       ///< Puts at most Count bytes of Data into the remuxer.
 | 
			
		||||
       ///< \return Returns the number of bytes actually consumed from Data.
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user