diff options
Diffstat (limited to 'media/base/media.h')
-rw-r--r-- | media/base/media.h | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/media/base/media.h b/media/base/media.h index 171d4e8..3d1a83a 100644 --- a/media/base/media.h +++ b/media/base/media.h @@ -1,4 +1,4 @@ -// Copyright (c) 2009 The Chromium Authors. All rights reserved. +// Copyright (c) 2010 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. @@ -20,7 +20,11 @@ namespace media { // Returns true if everything was successfully initialized, false otherwise. bool InitializeMediaLibrary(const FilePath& module_dir); +// Attempts to initialize OpenMAX library. +// +// Returns true if OpenMAX was successfully initialized and loaded. +bool InitializeOpenMaxLibrary(const FilePath& module_dir); + } // namespace media #endif // MEDIA_BASE_MEDIA_H_ - |