| 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..9b351654871a2fac629d328c641cd10ed5b9b34e 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 being_skipped_;
|
|
|
| OnReadyToDeleteCb delete_cb_;
|
|
|
|
|