Small cleanup.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@31984 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Stephan Aßmus 2009-07-30 17:49:42 +00:00
parent b8316d9f93
commit 37b6b027ef
1 changed files with 8 additions and 4 deletions

View File

@ -1,8 +1,10 @@
/* /*
** Copyright 2004-2007, Marcus Overhagen. All rights reserved. * Copyright 2004-2007, Marcus Overhagen. All rights reserved.
** Copyright 2008, Maurice Kalinowski. All rights reserved. * Copyright 2008, Maurice Kalinowski. All rights reserved.
** Distributed under the terms of the MIT License. * Distributed under the terms of the MIT License.
*/ */
#include "MediaExtractor.h" #include "MediaExtractor.h"
#include "PluginManager.h" #include "PluginManager.h"
#include "ChunkCache.h" #include "ChunkCache.h"
@ -14,9 +16,11 @@
#include <string.h> #include <string.h>
#include <new> #include <new>
// should be 0, to disable the chunk cache set it to 1 // should be 0, to disable the chunk cache set it to 1
#define DISABLE_CHUNK_CACHE 0 #define DISABLE_CHUNK_CACHE 0
MediaExtractor::MediaExtractor(BDataIO *source, int32 flags) MediaExtractor::MediaExtractor(BDataIO *source, int32 flags)
{ {
CALLED(); CALLED();