Index: remoting/protocol/video_frame_pump.cc |
diff --git a/remoting/protocol/video_frame_pump.cc b/remoting/protocol/video_frame_pump.cc |
index 2065c8b4dbdef90e81202acf9caec6b6a68533ed..796e9d7575c95f0e7a15bb341bc811bcf6be2c9b 100644 |
--- a/remoting/protocol/video_frame_pump.cc |
+++ b/remoting/protocol/video_frame_pump.cc |
@@ -172,7 +172,7 @@ VideoFramePump::EncodeFrame(VideoEncoder* encoder, |
std::unique_ptr<VideoPacket> packet; |
// If |frame| is non-NULL then let the encoder process it. |
if (frame) |
- packet = encoder->Encode(*frame); |
+ packet = encoder->Encode(*frame, 0); |
// If |frame| is NULL, or the encoder returned nothing, return an empty |
// packet. |