xref: /haiku/src/apps/mediaplayer/supplier/VideoTrackSupplier.cpp (revision 3be9edf8da228afd9fec0390f408c964766122aa)
1 /*
2  * Copyright 2007, Haiku. All rights reserved.
3  * Distributed under the terms of the MIT License.
4  *
5  * Authors:
6  *		Stephan Aßmus <superstippi@gmx.de>
7  */
8 #include "VideoTrackSupplier.h"
9 
10 
11 VideoTrackSupplier::VideoTrackSupplier()
12 {
13 }
14 
15 
16 VideoTrackSupplier::~VideoTrackSupplier()
17 {
18 }
19 
20