vfs: check userland buffers before reading them.
[haiku.git] / src / apps / mediaplayer / media_node_framework / video / VideoSupplier.cpp
blob5810a998639ace1e130c04abed2c2dcde1afe1ab
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"
9 VideoSupplier::VideoSupplier()
10 : fProcessingLatency(1000)
15 VideoSupplier::~VideoSupplier()
20 void
21 VideoSupplier::DeleteCaches()