Fix compilation of video_replay.

Delete CodecSpecificInfo argument from Decode() override.

Bug: webrtc:10379
Change-Id: I6c2a759d476199508e6fa1e3abfa09ca1ffc8063
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/133575
Reviewed-by: Åsa Persson <asapersson@webrtc.org>
Commit-Queue: Sergey Silkin <ssilkin@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#27688}
This commit is contained in:
Sergey Silkin 2019-04-18 14:20:33 +02:00 committed by Commit Bot
parent a92e6249c7
commit f689623417

View File

@ -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()) {