| Index: media/base/android/media_source_player.h
|
| diff --git a/media/base/android/media_source_player.h b/media/base/android/media_source_player.h
|
| index bd8457ed734ebfeb5ef97dea2cd530154d4cf9e8..6681381a79191e251a2e7ccad9d1f05ad2e12596 100644
|
| --- a/media/base/android/media_source_player.h
|
| +++ b/media/base/android/media_source_player.h
|
| @@ -168,6 +168,9 @@ class MEDIA_EXPORT MediaSourcePlayer : public MediaPlayerAndroid,
|
| // resync with audio and starts decoding.
|
| void OnPrefetchDone();
|
|
|
| + // Sets the demuxer configs for audio or video stream.
|
| + void SetDemuxerConfigs(const DemuxerConfigs& configs, bool is_audio);
|
| +
|
| // Test-only method to setup hook for the completion of the next decode cycle.
|
| // This callback state is cleared when it is next run.
|
| // Prevent usage creep by only calling this from the
|
|
|