| Index: media/mp4/mp4_stream_parser_unittest.cc
|
| diff --git a/media/mp4/mp4_stream_parser_unittest.cc b/media/mp4/mp4_stream_parser_unittest.cc
|
| index 20c32f100cca69b86ad32efce102d7555e5b5c25..e3bd1644e16fde8931cbc50dbfe21d92b76712c8 100644
|
| --- a/media/mp4/mp4_stream_parser_unittest.cc
|
| +++ b/media/mp4/mp4_stream_parser_unittest.cc
|
| @@ -59,7 +59,9 @@ class MP4StreamParserTest : public testing::Test {
|
| }
|
|
|
| bool NewConfigF(const AudioDecoderConfig& ac,
|
| - const VideoDecoderConfig& vc) {
|
| + const VideoDecoderConfig& vc,
|
| + bool is_audio_encrypted,
|
| + bool is_vedio_encrypted) {
|
| DVLOG(1) << "NewConfigF: audio=" << ac.IsValidConfig()
|
| << ", video=" << vc.IsValidConfig();
|
| configs_received_ = true;
|
|
|