Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(4)

Unified Diff: chromecast/media/cma/backend/alsa/stream_mixer_alsa_input_impl.h

Issue 2557513002: [Chromecast] Add support for different playback rates to ALSA backend (Closed)
Patch Set: Created 4 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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_;

Powered by Google App Engine
This is Rietveld 408576698