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 b6d99dd1ade295f0f9afcc82b3e1aca5022757fb..19086b8aafd682c6ea0860b0b81b6b5361d1b077 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 |
@@ -169,6 +169,7 @@ class StreamMixerAlsaInputImpl : public StreamMixerAlsa::InputQueue { |
int fade_frames_remaining_; |
int fade_out_frames_total_; |
int zeroed_frames_; // current count of consecutive 0-filled frames |
+ bool is_underflowing_; |
OnReadyToDeleteCb delete_cb_; |