| Index: media/formats/mp4/mp4_stream_parser_unittest.cc
|
| diff --git a/media/formats/mp4/mp4_stream_parser_unittest.cc b/media/formats/mp4/mp4_stream_parser_unittest.cc
|
| index 34e6984e1bfbe7cb70c9d110a565f3a977865351..d19e47c87e5ec0e87e02c253bee3a491e0973a8f 100644
|
| --- a/media/formats/mp4/mp4_stream_parser_unittest.cc
|
| +++ b/media/formats/mp4/mp4_stream_parser_unittest.cc
|
| @@ -212,6 +212,12 @@ TEST_F(MP4StreamParserTest, MissingSampleAuxInfo) {
|
| ParseMP4File("bear-1280x720-a_frag-cenc_missing-saiz-saio.mp4", 512);
|
| }
|
|
|
| +// Test a file where all video samples start with an Access Unit
|
| +// Delimiter (AUD) NALU.
|
| +TEST_F(MP4StreamParserTest, VideoSamplesStartWithAUDs) {
|
| + ParseMP4File("bear-1280x720-av_with-aud-nalus_frag.mp4", 512);
|
| +}
|
| +
|
| // TODO(strobe): Create and test media which uses CENC auxiliary info stored
|
| // inside a private box
|
|
|
|
|