/* * Copyright (c) 2016 The WebRTC project authors. All Rights Reserved. * * Use of this source code is governed by a BSD-style license * that can be found in the LICENSE file in the root of the source * tree. An additional intellectual property rights grant can be found * in the file PATENTS. All contributing project authors may * be found in the AUTHORS file in the root of the source tree. */ #ifndef COMMON_VIDEO_H264_PROFILE_LEVEL_ID_H_ #define COMMON_VIDEO_H264_PROFILE_LEVEL_ID_H_ #include "media/base/h264_profile_level_id.h" // TODO(zhihuang): Delete this file once dependent applications switch to // including "webrtc/media/base/h264_profile_level_id.h" directly. #endif // COMMON_VIDEO_H264_PROFILE_LEVEL_ID_H_