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

Unified Diff: media/base/video_decoder_config.h

Issue 2837613004: media: Support better decoder switching (Closed)
Patch Set: Mock*Decoder name Created 3 years, 7 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/base/video_decoder_config.h
diff --git a/media/base/video_decoder_config.h b/media/base/video_decoder_config.h
index ae406fbe8e77bab86c3b6bad3631a44e94930a61..ec6b315c08bafa45a8a338c4e4f1bc1742d52d1f 100644
--- a/media/base/video_decoder_config.h
+++ b/media/base/video_decoder_config.h
@@ -120,9 +120,7 @@ class MEDIA_EXPORT VideoDecoderConfig {
base::Optional<HDRMetadata> hdr_metadata() const;
// 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:

Powered by Google App Engine
This is Rietveld 408576698