| Index: webrtc/video_receive_stream.h
|
| diff --git a/webrtc/video_receive_stream.h b/webrtc/video_receive_stream.h
|
| index 511db3462cdcd0a349268be862e5b792ac5f690b..374f3508a14b36d2222be1ba0b2afddc0ffe500a 100644
|
| --- a/webrtc/video_receive_stream.h
|
| +++ b/webrtc/video_receive_stream.h
|
| @@ -179,14 +179,6 @@ class VideoReceiveStream {
|
| // saving the stream to a file. 'nullptr' disables the callback.
|
| EncodedFrameObserver* pre_decode_callback = nullptr;
|
|
|
| - // Called for each decoded frame. E.g. used when adding effects to the
|
| - // decoded
|
| - // stream. 'nullptr' disables the callback.
|
| - // TODO(tommi): This seems to be only used by a test or two. Consider
|
| - // removing it (and use an appropriate alternative in the tests) as well
|
| - // as the associated code in VideoStreamDecoder.
|
| - I420FrameCallback* pre_render_callback = nullptr;
|
| -
|
| // Target delay in milliseconds. A positive value indicates this stream is
|
| // used for streaming instead of a real-time call.
|
| int target_delay_ms = 0;
|
|
|