diff --git a/video/video_replay.cc b/video/video_replay.cc index a0621aac57..b007145aca 100644 --- a/video/video_replay.cc +++ b/video/video_replay.cc @@ -222,7 +222,6 @@ class DecoderBitstreamFileWriter : public test::FakeDecoder { int32_t Decode(const EncodedImage& encoded_frame, bool /* missing_frames */, - const CodecSpecificInfo* /* codec_specific_info */, int64_t /* render_time_ms */) override { if (fwrite(encoded_frame.data(), 1, encoded_frame.size(), file_) < encoded_frame.size()) {