1b515322d1022f91bb98ed57b47749076db8218adfischman@webrtc.org/*
2b515322d1022f91bb98ed57b47749076db8218adfischman@webrtc.org *  Copyright (c) 2014 The WebRTC project authors. All Rights Reserved.
3b515322d1022f91bb98ed57b47749076db8218adfischman@webrtc.org *
4b515322d1022f91bb98ed57b47749076db8218adfischman@webrtc.org *  Use of this source code is governed by a BSD-style license
5b515322d1022f91bb98ed57b47749076db8218adfischman@webrtc.org *  that can be found in the LICENSE file in the root of the source
6b515322d1022f91bb98ed57b47749076db8218adfischman@webrtc.org *  tree. An additional intellectual property rights grant can be found
7b515322d1022f91bb98ed57b47749076db8218adfischman@webrtc.org *  in the file PATENTS.  All contributing project authors may
8b515322d1022f91bb98ed57b47749076db8218adfischman@webrtc.org *  be found in the AUTHORS file in the root of the source tree.
9b515322d1022f91bb98ed57b47749076db8218adfischman@webrtc.org */
10b515322d1022f91bb98ed57b47749076db8218adfischman@webrtc.org
11b515322d1022f91bb98ed57b47749076db8218adfischman@webrtc.orgnamespace webrtc {
12b515322d1022f91bb98ed57b47749076db8218adfischman@webrtc.orgnamespace videocapturemodule {
13b515322d1022f91bb98ed57b47749076db8218adfischman@webrtc.org
14b515322d1022f91bb98ed57b47749076db8218adfischman@webrtc.org// Ensure any necessary initialization of webrtc::videocapturemodule has
15b515322d1022f91bb98ed57b47749076db8218adfischman@webrtc.org// completed.
16b515322d1022f91bb98ed57b47749076db8218adfischman@webrtc.orgvoid EnsureInitialized();
17b515322d1022f91bb98ed57b47749076db8218adfischman@webrtc.org
18b515322d1022f91bb98ed57b47749076db8218adfischman@webrtc.org}  // namespace videocapturemodule.
19b515322d1022f91bb98ed57b47749076db8218adfischman@webrtc.org}  // namespace webrtc.
20