From 37b6b027ef257412215a31f318d7377330f4ba67 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stephan=20A=C3=9Fmus?= Date: Thu, 30 Jul 2009 17:49:42 +0000 Subject: [PATCH] Small cleanup. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@31984 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/kits/media/MediaExtractor.cpp | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) 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();