Move MockVideoDecoder to api/test.
Move MockVideoDecoder from modules/video_coding/include/mock/mock_video_codec_interface.h to api/test/mock_video_decoder.h The mock encoder has already moved: https://webrtc-review.googlesource.com/c/src/+/105620 Keeping the old header until downstream projects have been updated. Bug: webrtc:9722 Change-Id: I4bc849173a04813064212f17761876695ca3fed4 Reviewed-on: https://webrtc-review.googlesource.com/c/105900 Reviewed-by: Niels Moller <nisse@webrtc.org> Reviewed-by: Per Kjellander <perkj@webrtc.org> Commit-Queue: Erik Språng <sprang@webrtc.org> Cr-Commit-Position: refs/heads/master@{#25170}
This commit is contained in:
@ -11,13 +11,14 @@
|
||||
#include <memory>
|
||||
|
||||
#include "absl/memory/memory.h"
|
||||
#include "api/test/mock_video_decoder.h"
|
||||
#include "api/test/mock_video_encoder.h"
|
||||
#include "api/test/videocodec_test_fixture.h"
|
||||
#include "api/video/i420_buffer.h"
|
||||
#include "common_types.h" // NOLINT(build/include)
|
||||
#include "media/base/mediaconstants.h"
|
||||
#include "modules/video_coding/codecs/test/videocodec_test_stats_impl.h"
|
||||
#include "modules/video_coding/codecs/test/videoprocessor.h"
|
||||
#include "modules/video_coding/include/mock/mock_video_codec_interface.h"
|
||||
#include "modules/video_coding/include/video_coding.h"
|
||||
#include "rtc_base/event.h"
|
||||
#include "rtc_base/task_queue_for_test.h"
|
||||
|
Reference in New Issue
Block a user