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:
parent
a92e6249c7
commit
f689623417
@ -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()) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user