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

Unified Diff: webrtc/video/video_send_stream.cc

Issue 1743633002: Remove unused encoder_config_ variable. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Created 4 years, 10 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
« no previous file with comments | « webrtc/video/video_send_stream.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/video/video_send_stream.cc
diff --git a/webrtc/video/video_send_stream.cc b/webrtc/video/video_send_stream.cc
index b7b130209e1fc5f8e294831f75fff2343174813f..798b494fdb78a93bafc06f69529a2fcd3c9d8111 100644
--- a/webrtc/video/video_send_stream.cc
+++ b/webrtc/video/video_send_stream.cc
@@ -489,7 +489,6 @@ bool VideoSendStream::ReconfigureVideoEncoder(
RTC_DCHECK_GE(config.min_transmit_bitrate_bps, 0);
vie_encoder_.SetMinTransmitBitrate(config.min_transmit_bitrate_bps / 1000);
- encoder_config_ = config;
return true;
}
« no previous file with comments | « webrtc/video/video_send_stream.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698