| Index: media/test/pipeline_integration_test.cc
|
| diff --git a/media/test/pipeline_integration_test.cc b/media/test/pipeline_integration_test.cc
|
| index 3d0a2a6c601cd6c4af415594c45dcbabbb2bd507..8f618567feb98c60045f47c61e66dff9b4578d49 100644
|
| --- a/media/test/pipeline_integration_test.cc
|
| +++ b/media/test/pipeline_integration_test.cc
|
| @@ -105,7 +105,7 @@ const char kVideoOnlyWebM[] = "video/webm; codecs=\"vp8\"";
|
| const char kADTS[] = "audio/aac";
|
| const char kMP4[] = "video/mp4; codecs=\"avc1.4D4041,mp4a.40.2\"";
|
| const char kMP4VideoAVC3[] = "video/mp4; codecs=\"avc3.64001f\"";
|
| -const char kMP4VideoVP9[] = "video/mp4; codecs=\"vp09.00.00.08.01.01.00.00\"";
|
| +const char kMP4VideoVP9[] = "video/mp4; codecs=\"vp09.00.10.08.01.05.01\"";
|
| const char kMP4VideoHEVC1[] = "video/mp4; codecs=\"hvc1.1.6.L93.B0\"";
|
| const char kMP4VideoHEVC2[] = "video/mp4; codecs=\"hev1.1.6.L93.B0\"";
|
| const char kMP4Video[] = "video/mp4; codecs=\"avc1.4D4041\"";
|
|
|