| 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 e5a76bc4dee65df63d25d34b935a55d1133d63d3..846831904eb4a7fa8ef367c78394294d8213f6c7 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
|
| @@ -160,6 +160,7 @@ class StreamMixerAlsaInputImpl : public StreamMixerAlsa::InputQueue {
|
| int max_queued_frames_;
|
| int fade_frames_remaining_;
|
| int fade_out_frames_total_;
|
| + int zeroed_frames_; // current count of consecutive 0-filled frames
|
|
|
| OnReadyToDeleteCb delete_cb_;
|
|
|
|
|