| Index: chromecast/media/cma/backend/alsa/stream_mixer_alsa_input_impl.h
|
| diff --git a/chromecast/media/cma/backend/alsa/stream_mixer_alsa_input_impl.h b/chromecast/media/cma/backend/alsa/stream_mixer_alsa_input_impl.h
|
| index 846831904eb4a7fa8ef367c78394294d8213f6c7..f31e1fa9d980bf4e8a44217fe0b7f6939bdede4a 100644
|
| --- a/chromecast/media/cma/backend/alsa/stream_mixer_alsa_input_impl.h
|
| +++ b/chromecast/media/cma/backend/alsa/stream_mixer_alsa_input_impl.h
|
| @@ -152,7 +152,7 @@ class StreamMixerAlsaInputImpl : public StreamMixerAlsa::InputQueue {
|
| scoped_refptr<DecoderBufferBase> pending_data_;
|
| std::deque<scoped_refptr<DecoderBufferBase>> queue_;
|
| int queued_frames_;
|
| - int queued_frames_including_resampler_;
|
| + double queued_frames_including_resampler_;
|
| MediaPipelineBackendAlsa::RenderingDelay mixer_rendering_delay_;
|
| // End of members that queue_lock_ controls access for.
|
|
|
|
|