| Index: webrtc/video_receive_stream.h
|
| diff --git a/webrtc/video_receive_stream.h b/webrtc/video_receive_stream.h
|
| index 167df47dff4cc052471500f5f4600f7856cfed67..f8e9888eda412d5f387b5c601ca3d4b27af8bb0c 100644
|
| --- a/webrtc/video_receive_stream.h
|
| +++ b/webrtc/video_receive_stream.h
|
| @@ -168,6 +168,9 @@ class VideoReceiveStream {
|
| // 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
|
|
|