Chromium Code Reviews| Index: chromecast/media/cma/backend/audio_video_pipeline_device_unittest.cc |
| diff --git a/chromecast/media/cma/backend/audio_video_pipeline_device_unittest.cc b/chromecast/media/cma/backend/audio_video_pipeline_device_unittest.cc |
| index 3dcdb7daae84bd8e871ef32ec098bf82a593ee18..ec405a2d469706b0849b8f485a6e7fc09b11e33d 100644 |
| --- a/chromecast/media/cma/backend/audio_video_pipeline_device_unittest.cc |
| +++ b/chromecast/media/cma/backend/audio_video_pipeline_device_unittest.cc |
| @@ -263,7 +263,7 @@ scoped_ptr<BufferFeeder> BufferFeeder::LoadVideo(MediaPipelineBackend* backend, |
| video_config.codec = kCodecH264; |
| video_config.profile = kH264Main; |
| video_config.additional_config = NULL; |
| - video_config.is_encrypted = false; |
| + video_config.encryption_scheme = EncryptionScheme(false); |
|
halliwell
2016/01/13 03:29:41
Good example of why this constructor isn't clear.
dougsteed
2016/02/09 22:58:53
Done.
|
| } else { |
| base::FilePath file_path = GetTestDataFilePath(filename); |
| DemuxResult demux_result = FFmpegDemuxForTest(file_path, false /* audio */); |