xref: /haiku/src/apps/mediaplayer/media_node_framework/video/VideoSupplier.cpp (revision 1deede7388b04dbeec5af85cae7164735ea9e70d)
1 /*
2  * Copyright 2001-2008 Ingo Weinhold <ingo_weinhold@gmx.de>
3  * Copyright 2001-2008 Stephan Aßmus <superstippi@gmx.de>
4  * All rights reserved. Distributed under the terms of the MIT licensce.
5  */
6 #include "VideoSupplier.h"
7 
8 
9 VideoSupplier::VideoSupplier()
10 	: fProcessingLatency(1000)
11 {
12 }
13 
14 
15 VideoSupplier::~VideoSupplier()
16 {
17 }
18 
19 
20 void
21 VideoSupplier::DeleteCaches()
22 {
23 }
24