| Index: services/media/framework_ffmpeg/ffmpeg_audio_decoder.cc
|
| diff --git a/services/media/framework_ffmpeg/ffmpeg_audio_decoder.cc b/services/media/framework_ffmpeg/ffmpeg_audio_decoder.cc
|
| index 39316badae4a1cc441b4b6918dcf10cd7541b777..a269895865a079eb3aec563a6f658385613109da 100644
|
| --- a/services/media/framework_ffmpeg/ffmpeg_audio_decoder.cc
|
| +++ b/services/media/framework_ffmpeg/ffmpeg_audio_decoder.cc
|
| @@ -73,6 +73,8 @@ PacketPtr FfmpegAudioDecoder::CreateOutputPacket(const AVFrame& av_frame,
|
| if (pts == AV_NOPTS_VALUE) {
|
| pts = next_pts_;
|
| next_pts_ += av_frame.nb_samples;
|
| + } else {
|
| + next_pts_ = pts;
|
| }
|
|
|
| uint64_t payload_size;
|
|
|