/* * Copyright 2001-2008 Ingo Weinhold * Copyright 2001-2008 Stephan Aßmus * All rights reserved. Distributed under the terms of the MIT licensce. */ #include "VideoSupplier.h" VideoSupplier::VideoSupplier() : fProcessingLatency(1000) { } VideoSupplier::~VideoSupplier() { } void VideoSupplier::DeleteCaches() { }