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

Unified Diff: webrtc/media/engine/webrtcvideocapturer.cc

Issue 2668693008: Delete VideoCaptureCapability::codecType and related logic. (Closed)
Patch Set: Attempt to fix DeviceInfoImpl::GetBestMatchedCapability. Created 3 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 | « no previous file | webrtc/modules/video_capture/device_info_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/media/engine/webrtcvideocapturer.cc
diff --git a/webrtc/media/engine/webrtcvideocapturer.cc b/webrtc/media/engine/webrtcvideocapturer.cc
index d8419d2bd59f7a87c04372b9c43a4ec8310d9e26..5aac3f81acfdce2b4c05a479ee966b449e21c976 100644
--- a/webrtc/media/engine/webrtcvideocapturer.cc
+++ b/webrtc/media/engine/webrtcvideocapturer.cc
@@ -95,7 +95,6 @@ static bool FormatToCapability(const VideoFormat& format,
cap->height = format.height;
cap->maxFPS = VideoFormat::IntervalToFps(format.interval);
cap->rawType = webrtc_type;
- cap->codecType = webrtc::kVideoCodecUnknown;
cap->interlaced = false;
return true;
}
« no previous file with comments | « no previous file | webrtc/modules/video_capture/device_info_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698