| Index: chromecast/media/cma/pipeline/video_pipeline_impl.h
|
| diff --git a/chromecast/media/cma/pipeline/video_pipeline_impl.h b/chromecast/media/cma/pipeline/video_pipeline_impl.h
|
| index 3683e8d32e901cd4fd855ec9f8c3f11f912a0345..25f875fcf636e0a6d16a46d2af451f09d9eb134a 100644
|
| --- a/chromecast/media/cma/pipeline/video_pipeline_impl.h
|
| +++ b/chromecast/media/cma/pipeline/video_pipeline_impl.h
|
| @@ -44,7 +44,7 @@ class VideoPipelineImpl : public VideoPipeline {
|
|
|
| // Functions to control the state of the audio pipeline.
|
| void Initialize(
|
| - const ::media::VideoDecoderConfig& config,
|
| + const std::vector<::media::VideoDecoderConfig>& configs,
|
| scoped_ptr<CodedFrameProvider> frame_provider,
|
| const ::media::PipelineStatusCB& status_cb);
|
| bool StartPlayingFrom(base::TimeDelta time,
|
|
|