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:
@ -18,7 +18,7 @@
|
||||
#include "api/video/encoded_image.h"
|
||||
#include "api/video_codecs/sdp_video_format.h"
|
||||
#include "common_video/libyuv/include/webrtc_libyuv.h"
|
||||
#include "modules/video_coding/include/mock/mock_video_codec_interface.h"
|
||||
#include "modules/video_coding/include/video_codec_interface.h"
|
||||
#include "modules/video_coding/include/video_coding_defines.h"
|
||||
#include "rtc_base/checks.h"
|
||||
#include "test/gtest.h"
|
||||
|
Reference in New Issue
Block a user