| Index: media/filters/ffmpeg_video_decoder.cc
|
| diff --git a/media/filters/ffmpeg_video_decoder.cc b/media/filters/ffmpeg_video_decoder.cc
|
| index c1fa54d14865dc9941f80d3fbbceadbda7bb882e..8c53d8884e2187c6495d8c6a44e92d62d8d98c48 100644
|
| --- a/media/filters/ffmpeg_video_decoder.cc
|
| +++ b/media/filters/ffmpeg_video_decoder.cc
|
| @@ -418,7 +418,7 @@ scoped_refptr<VideoFrame> FFmpegVideoDecoder::AllocateVideoFrame() {
|
| size_t height = codec_context_->height;
|
|
|
| return VideoFrame::CreateFrame(format, width, height,
|
| - kNoTimestamp, kNoTimestamp);
|
| + kNoTimestamp(), kNoTimestamp());
|
| }
|
|
|
| } // namespace media
|
|
|