| 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 8c9cb1211ab96a0f21579bc47ef03b2de3ca37a0..4cc8532ca66e93c9fd5a5f250021b24e31c56cfb 100644
|
| --- a/webrtc/modules/video_coding/codecs/test/videoprocessor.h
|
| +++ b/webrtc/modules/video_coding/codecs/test/videoprocessor.h
|
| @@ -171,7 +171,8 @@ class VideoProcessorImpl : public VideoProcessor {
|
|
|
| private:
|
| // Invoked by the callback when a frame has completed encoding.
|
| - void FrameEncoded(const webrtc::EncodedImage& encodedImage);
|
| + void FrameEncoded(const webrtc::EncodedImage& encodedImage,
|
| + const webrtc::RTPFragmentationHeader* fragmentation);
|
| // Invoked by the callback when a frame has completed decoding.
|
| void FrameDecoded(const webrtc::VideoFrame& image);
|
| // Used for getting a 32-bit integer representing time
|
|
|