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_