Improved performance of FLV input and generic input IO class.
This commit is contained in:
		
							parent
							
								
									16d38459b6
								
							
						
					
					
						commit
						6d25774b94
					
				
					 3 changed files with 23 additions and 20 deletions
				
			
		| 
						 | 
				
			
			@ -1,5 +1,6 @@
 | 
			
		|||
#include "input.h"
 | 
			
		||||
#include <mist/dtsc.h>
 | 
			
		||||
#include <mist/flv_tag.h>
 | 
			
		||||
 | 
			
		||||
namespace Mist {
 | 
			
		||||
  class inputFLV : public Input {
 | 
			
		||||
| 
						 | 
				
			
			@ -12,7 +13,7 @@ namespace Mist {
 | 
			
		|||
      void getNext(bool smart = true);
 | 
			
		||||
      void seek(int seekTime);
 | 
			
		||||
      void trackSelect(std::string trackSpec);
 | 
			
		||||
 | 
			
		||||
      FLV::Tag tmpTag;
 | 
			
		||||
      FILE * inFile;
 | 
			
		||||
  };
 | 
			
		||||
}
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue