| 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:
|
|
|