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

Unified Diff: media/filters/audio_renderer_algorithm.h

Issue 2466463005: Support (E)AC3 passthrough
Patch Set: Add unit tests Created 3 years, 6 months 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: media/filters/audio_renderer_algorithm.h
diff --git a/media/filters/audio_renderer_algorithm.h b/media/filters/audio_renderer_algorithm.h
index b93433a746196655f1d5faadd8cf165fa2d102eb..2211a64c49a8e0476ce6b38ef30263c6698fd4ac 100644
--- a/media/filters/audio_renderer_algorithm.h
+++ b/media/filters/audio_renderer_algorithm.h
@@ -153,6 +153,9 @@ class MEDIA_EXPORT AudioRendererAlgorithm {
// Sample rate of audio stream.
int samples_per_second_;
+ // Is compressed audio output
+ bool is_bitstream_format_;
+
// Buffered audio data.
AudioBufferQueue audio_buffer_;

Powered by Google App Engine
This is Rietveld 408576698