diff --git a/cobalt/media/base/sbplayer_pipeline.cc b/cobalt/media/base/sbplayer_pipeline.cc index 7cf3c06f3527..2ccb423f5511 100644 --- a/cobalt/media/base/sbplayer_pipeline.cc +++ b/cobalt/media/base/sbplayer_pipeline.cc @@ -882,7 +882,7 @@ void SbPlayerPipeline::CreatePlayer(SbDrmSystem drm_system) { HasRemoteAudioOutputs(player_bridge_->GetAudioConfigurations()) ? audio_write_duration_remote_ : audio_write_duration_local_; - LOG(INFO) << "SbPlayerBridge created, with audio write duration at " + LOG(INFO) << "Test SbPlayerBridge created, with audio write duration at " << audio_write_duration_for_preroll_; #endif // SB_API_VERSION >= 15 diff --git a/starboard/shared/ffmpeg/ffmpeg_audio_decoder_impl.cc b/starboard/shared/ffmpeg/ffmpeg_audio_decoder_impl.cc index 6a6e27dbdcfc..da3117cb973e 100644 --- a/starboard/shared/ffmpeg/ffmpeg_audio_decoder_impl.cc +++ b/starboard/shared/ffmpeg/ffmpeg_audio_decoder_impl.cc @@ -295,10 +295,10 @@ AudioDecoderImpl::Read(int* samples_per_second) { void AudioDecoderImpl::Reset() { SB_DCHECK(BelongsToCurrentThread()); - TeardownCodec(); + /*TeardownCodec(); if ((ffmpeg_->specialization_version()) == FFMPEG) { InitializeCodec(); - } + }*/ stream_ended_ = false; while (!decoded_audios_.empty()) {