| Index: remoting/protocol/video_frame_pump.cc
|
| diff --git a/remoting/protocol/video_frame_pump.cc b/remoting/protocol/video_frame_pump.cc
|
| index 5e24d40fb0d5ec1550720d7f42ab3b603b729f44..46788810ff191f0229fc0ece00fc5ff23d48b470 100644
|
| --- a/remoting/protocol/video_frame_pump.cc
|
| +++ b/remoting/protocol/video_frame_pump.cc
|
| @@ -169,7 +169,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, 0);
|
| + packet = encoder->Encode(*frame);
|
|
|
| // If |frame| is NULL, or the encoder returned nothing, return an empty
|
| // packet.
|
|
|