From 8d040d2e0ee313a57b18dcf0dd4fb1b09a5f5c80 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niels=20M=C3=B6ller?= Date: Wed, 15 Jul 2020 15:43:19 +0200 Subject: [PATCH] Delete old place-holder common_video/include/video_frame.h Bug: webrtc:10198 Change-Id: Iad518a0e6ece5bc4976f2728390f2b33f7de952b Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/179367 Reviewed-by: Stefan Holmer Commit-Queue: Niels Moller Cr-Commit-Position: refs/heads/master@{#31870} --- common_video/BUILD.gn | 1 - common_video/include/video_frame.h | 17 ----------------- 2 files changed, 18 deletions(-) delete mode 100644 common_video/include/video_frame.h diff --git a/common_video/BUILD.gn b/common_video/BUILD.gn index 8c25eb0953..db29a79092 100644 --- a/common_video/BUILD.gn +++ b/common_video/BUILD.gn @@ -31,7 +31,6 @@ rtc_library("common_video") { "include/i420_buffer_pool.h", "include/incoming_video_stream.h", "include/quality_limitation_reason.h", - "include/video_frame.h", "include/video_frame_buffer.h", "incoming_video_stream.cc", "libyuv/include/webrtc_libyuv.h", diff --git a/common_video/include/video_frame.h b/common_video/include/video_frame.h deleted file mode 100644 index ba280f2a8c..0000000000 --- a/common_video/include/video_frame.h +++ /dev/null @@ -1,17 +0,0 @@ -/* - * Copyright (c) 2014 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_INCLUDE_VIDEO_FRAME_H_ -#define COMMON_VIDEO_INCLUDE_VIDEO_FRAME_H_ - -// TODO(nisse): Delete this file, after downstream code is updated. -#include "api/video/encoded_image.h" - -#endif // COMMON_VIDEO_INCLUDE_VIDEO_FRAME_H_