Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1083)

Unified Diff: remoting/codec/video_encoder_vpx.cc

Issue 1236663002: Allow shaped-desktop hosts to send shape only when it changes. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: remoting/codec/video_encoder_vpx.cc
diff --git a/remoting/codec/video_encoder_vpx.cc b/remoting/codec/video_encoder_vpx.cc
index adc6bf95a0508478cf05796a79490e3de2c524dd..f610a8fdac806bca11481dd9897eaafb113c691e 100644
--- a/remoting/codec/video_encoder_vpx.cc
+++ b/remoting/codec/video_encoder_vpx.cc
@@ -325,7 +325,7 @@ scoped_ptr<VideoPacket> VideoEncoderVpx::Encode(
}
// Read the encoded data.
- vpx_codec_iter_t iter = NULL;
+ vpx_codec_iter_t iter = nullptr;
bool got_data = false;
// TODO(hclam): Make sure we get exactly one frame from the packet.
« remoting/client/software_video_renderer.cc ('K') | « remoting/codec/video_decoder_vpx.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698