| Index: webrtc/modules/video_coding/codecs/test/videoprocessor.h
|
| diff --git a/webrtc/modules/video_coding/codecs/test/videoprocessor.h b/webrtc/modules/video_coding/codecs/test/videoprocessor.h
|
| index 21ed55ee9faca4f39dbbd3653bb7c097597f1a50..0887f4cc68e5b15253badc8ce41c6b229d48c223 100644
|
| --- a/webrtc/modules/video_coding/codecs/test/videoprocessor.h
|
| +++ b/webrtc/modules/video_coding/codecs/test/videoprocessor.h
|
| @@ -199,8 +199,6 @@ class VideoProcessorImpl : public VideoProcessor {
|
|
|
| EncodedImageCallback* encode_callback_;
|
| DecodedImageCallback* decode_callback_;
|
| - // Buffer used for reading the source video file:
|
| - uint8_t* source_buffer_;
|
| // Keep track of the last successful frame, since we need to write that
|
| // when decoding fails:
|
| uint8_t* last_successful_frame_buffer_;
|
|
|