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

Unified Diff: webrtc/media/base/videocapturer.h

Issue 1934503002: Delete unused video capture code for cropping, non-square pixels, and ARGB. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Delete unused ARGB scaling logic. Created 4 years, 7 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/media/base/videocapturer.cc » ('j') | webrtc/media/base/videocapturer.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/media/base/videocapturer.h
diff --git a/webrtc/media/base/videocapturer.h b/webrtc/media/base/videocapturer.h
index 123c18e03f5080f0164f400d755058a45a13476e..edc6cd31a1b9d596042cf4b96cf7be9dc35c3e66 100644
--- a/webrtc/media/base/videocapturer.h
+++ b/webrtc/media/base/videocapturer.h
@@ -284,10 +284,7 @@ class VideoCapturer : public sigslot::has_slots<>,
std::unique_ptr<VideoFormat> max_format_;
std::vector<VideoFormat> filtered_supported_formats_;
- int ratio_w_; // View resolution. e.g. 1280 x 720.
- int ratio_h_;
bool enable_camera_list_;
- bool square_pixel_aspect_ratio_; // Enable scaling to square pixels.
int scaled_width_; // Current output size from ComputeScale.
int scaled_height_;
« no previous file with comments | « no previous file | webrtc/media/base/videocapturer.cc » ('j') | webrtc/media/base/videocapturer.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698