| Index: media/mojo/interfaces/media_types.mojom
|
| diff --git a/media/mojo/interfaces/media_types.mojom b/media/mojo/interfaces/media_types.mojom
|
| index af404441926f44fb4233c9dbfd4e9be97af2a765..d9d2642659d82dd889002e74941d94d249fe734d 100644
|
| --- a/media/mojo/interfaces/media_types.mojom
|
| +++ b/media/mojo/interfaces/media_types.mojom
|
| @@ -154,6 +154,7 @@ struct AudioDecoderConfig {
|
| array<uint8>? extra_data;
|
| int64 seek_preroll_usec;
|
| int32 codec_delay;
|
| + bool is_encrypted;
|
| };
|
|
|
| // This defines a mojo transport format for media::VideoDecoderConfig.
|
|
|