| Index: media/formats/webm/webm_cluster_parser.h
|
| diff --git a/media/formats/webm/webm_cluster_parser.h b/media/formats/webm/webm_cluster_parser.h
|
| index bb6bab7b3937f01340ce176ce3dedbc79fbedcaa..4fd9d843b9b5ce0960d4575befac0d2248012689 100644
|
| --- a/media/formats/webm/webm_cluster_parser.h
|
| +++ b/media/formats/webm/webm_cluster_parser.h
|
| @@ -184,8 +184,7 @@ class MEDIA_EXPORT WebMClusterParser : public WebMParserClient {
|
| // If no Parse() or Reset() has occurred since the last call to Get{Audio,
|
| // Video,Text}Buffers(), then the previous BufferQueue& is returned again
|
| // without any recalculation.
|
| - const BufferQueue& GetAudioBuffers();
|
| - const BufferQueue& GetVideoBuffers();
|
| + void GetBuffers(StreamParser::BufferQueueMap* buffers);
|
|
|
| // Constructs and returns a subset of |text_track_map_| containing only
|
| // tracks with non-empty buffer queues produced by the last Parse() and
|
|
|