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

Unified Diff: media/base/audio_decoder_config.h

Issue 2837613004: media: Support better decoder switching (Closed)
Patch Set: Created 3 years, 8 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
« no previous file with comments | « no previous file | media/base/video_decoder_config.h » ('j') | media/filters/decoder_selector.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/base/audio_decoder_config.h
diff --git a/media/base/audio_decoder_config.h b/media/base/audio_decoder_config.h
index 675eb87232ceb5cd722550e7fe02fb50b30ca068..86a8dc1fbb989cff5fae6a701566f2d648f6df50 100644
--- a/media/base/audio_decoder_config.h
+++ b/media/base/audio_decoder_config.h
@@ -88,9 +88,7 @@ class MEDIA_EXPORT AudioDecoderConfig {
}
// Sets the config to be encrypted or not encrypted manually. This can be
- // useful for decryptors that decrypts an encrypted stream to a clear stream,
- // or for decoder selectors that wants to select decrypting decoders instead
- // of clear decoders.
+ // useful for decryptors that decrypts an encrypted stream to a clear stream.
void SetIsEncrypted(bool is_encrypted);
private:
« no previous file with comments | « no previous file | media/base/video_decoder_config.h » ('j') | media/filters/decoder_selector.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698