| Index: media/filters/decrypting_audio_decoder.cc
|
| diff --git a/media/filters/decrypting_audio_decoder.cc b/media/filters/decrypting_audio_decoder.cc
|
| index 91ee63b9328a7e5b3ccd496e8c73d479ff803721..d00e3b99518762695ef0140a832a7aee75bf3f2e 100644
|
| --- a/media/filters/decrypting_audio_decoder.cc
|
| +++ b/media/filters/decrypting_audio_decoder.cc
|
| @@ -371,8 +371,6 @@ void DecryptingAudioDecoder::EnqueueFrames(
|
| }
|
|
|
| frame->set_timestamp(current_time);
|
| - frame->set_duration(
|
| - timestamp_helper_->GetFrameDuration(frame->frame_count()));
|
| timestamp_helper_->AddFrames(frame->frame_count());
|
| }
|
| }
|
|
|