Disable VP9 resize test for now.
Will re-enable after libvpx roll, needs to be updated. TBR=stefan@webrtc.org BUG=webrtc:5097 Review URL: https://codereview.webrtc.org/1417873002 . Cr-Commit-Position: refs/heads/master@{#10347}
This commit is contained in:
@ -730,8 +730,8 @@ TEST_F(VideoProcessorIntegrationTest, ProcessNoLossDenoiserOnVP9) {
|
|||||||
// Run with no packet loss, at low bitrate.
|
// Run with no packet loss, at low bitrate.
|
||||||
// spatial_resize is on, so expect one resize during the sequence,
|
// spatial_resize is on, so expect one resize during the sequence,
|
||||||
// resize happens on delta frame. Expect only one key frame (first frame).
|
// resize happens on delta frame. Expect only one key frame (first frame).
|
||||||
/*
|
TEST_F(VideoProcessorIntegrationTest,
|
||||||
TEST_F(VideoProcessorIntegrationTest, ProcessNoLossSpatialResizeFrameDropVP9) {
|
DISABLED_ProcessNoLossSpatialResizeFrameDropVP9) {
|
||||||
config_.networking_config.packet_loss_probability = 0;
|
config_.networking_config.packet_loss_probability = 0;
|
||||||
// Bitrate and frame rate profile.
|
// Bitrate and frame rate profile.
|
||||||
RateProfile rate_profile;
|
RateProfile rate_profile;
|
||||||
@ -753,7 +753,6 @@ TEST_F(VideoProcessorIntegrationTest, ProcessNoLossSpatialResizeFrameDropVP9) {
|
|||||||
process_settings,
|
process_settings,
|
||||||
rc_metrics);
|
rc_metrics);
|
||||||
}
|
}
|
||||||
*/
|
|
||||||
|
|
||||||
// TODO(marpan): Add temporal layer test for VP9, once changes are in
|
// TODO(marpan): Add temporal layer test for VP9, once changes are in
|
||||||
// vp9 wrapper for this.
|
// vp9 wrapper for this.
|
||||||
|
Reference in New Issue
Block a user