| Index: media/formats/mp4/box_definitions.h
|
| diff --git a/media/formats/mp4/box_definitions.h b/media/formats/mp4/box_definitions.h
|
| index e932dc577de9c0443227e8b42bc0f074639f8e55..666ad7e2115c2441e45350da2bb0bceb1aa0d11f 100644
|
| --- a/media/formats/mp4/box_definitions.h
|
| +++ b/media/formats/mp4/box_definitions.h
|
| @@ -207,10 +207,9 @@ struct MEDIA_EXPORT VideoSampleEntry : Box {
|
| PixelAspectRatioBox pixel_aspect;
|
| ProtectionSchemeInfo sinf;
|
|
|
| - // Currently expected to be present regardless of format.
|
| - AVCDecoderConfigurationRecord avcc;
|
| -
|
| bool IsFormatValid() const;
|
| +
|
| + scoped_refptr<BitstreamConverter> frame_bitstream_converter;
|
| };
|
|
|
| struct MEDIA_EXPORT ElementaryStreamDescriptor : Box {
|
|
|