Index: media/base/android/media_codec_bridge.h |
diff --git a/media/base/android/media_codec_bridge.h b/media/base/android/media_codec_bridge.h |
index 41a7351ff63c557d43e87673b6ea0b68219517b1..446fdce8c2ca8344e3b03e391cd1b8a46fbfb99b 100644 |
--- a/media/base/android/media_codec_bridge.h |
+++ b/media/base/android/media_codec_bridge.h |
@@ -143,14 +143,6 @@ class MEDIA_EXPORT MediaCodecBridge { |
// configuring this video decoder you can optionally render the buffer. |
virtual void ReleaseOutputBuffer(int index, bool render) = 0; |
- // Returns the number of output buffers used by the codec. |
- // TODO(qinmin): this call is deprecated in Lollipop. |
- virtual int GetOutputBuffersCount(); |
- |
- // Returns the capacity of each output buffer used by the codec. |
- // TODO(qinmin): this call is deprecated in Lollipop. |
- virtual size_t GetOutputBuffersCapacity(); |
- |
// Returns an input buffer's base pointer and capacity. |
virtual void GetInputBuffer(int input_buffer_index, |
uint8_t** data, |