Index: media/formats/mp2t/mp2t_stream_parser.cc |
diff --git a/media/formats/mp2t/mp2t_stream_parser.cc b/media/formats/mp2t/mp2t_stream_parser.cc |
index 9f43d2d14a746266cd2cece9bc393a484a473e2d..3ff51212a4e60e16f6ce013c954615365bb00da0 100644 |
--- a/media/formats/mp2t/mp2t_stream_parser.cc |
+++ b/media/formats/mp2t/mp2t_stream_parser.cc |
@@ -579,7 +579,7 @@ void Mp2tStreamParser::OnEmitAudioBuffer( |
// Ignore the incoming buffer if it is not associated with any config. |
if (buffer_queue_chain_.empty()) { |
- NOTREACHED() << "Cannot provide buffers before configs"; |
+ LOG(ERROR) << "Cannot provide buffers before configs"; |
return; |
} |