| 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 5bcb7add29f4a6243ca0ef5ad21d07e4db43b1cf..6a51be388910661d6a7fe04dc103cdf329e30293 100644
|
| --- a/media/formats/mp4/mp4_stream_parser_unittest.cc
|
| +++ b/media/formats/mp4/mp4_stream_parser_unittest.cc
|
| @@ -244,6 +244,12 @@ TEST_F(MP4StreamParserTest, VideoSamplesStartWithAUDs) {
|
| ParseMP4File("bear-1280x720-av_with-aud-nalus_frag.mp4", 512);
|
| }
|
|
|
| +#if defined(ENABLE_HEVC_DEMUXING)
|
| +TEST_F(MP4StreamParserTest, HEVC_in_MP4_container) {
|
| + ParseMP4File("bear-hevc-frag.mp4", 512);
|
| +}
|
| +#endif
|
| +
|
| // TODO(strobe): Create and test media which uses CENC auxiliary info stored
|
| // inside a private box
|
|
|
|
|