diff --git a/src/kits/media/MediaExtractor.cpp b/src/kits/media/MediaExtractor.cpp index 088c62e27a..a2a394268a 100644 --- a/src/kits/media/MediaExtractor.cpp +++ b/src/kits/media/MediaExtractor.cpp @@ -1,8 +1,10 @@ /* -** Copyright 2004-2007, Marcus Overhagen. All rights reserved. -** Copyright 2008, Maurice Kalinowski. All rights reserved. -** Distributed under the terms of the MIT License. -*/ + * Copyright 2004-2007, Marcus Overhagen. All rights reserved. + * Copyright 2008, Maurice Kalinowski. All rights reserved. + * Distributed under the terms of the MIT License. + */ + + #include "MediaExtractor.h" #include "PluginManager.h" #include "ChunkCache.h" @@ -14,9 +16,11 @@ #include #include + // should be 0, to disable the chunk cache set it to 1 #define DISABLE_CHUNK_CACHE 0 + MediaExtractor::MediaExtractor(BDataIO *source, int32 flags) { CALLED();