DescriptionDelete unused video capture support for cropping, non-square pixels, and ARGB screencast scaling.
First two are unused, because the instance variables ratio_w_,
ratio_h_, and square_pixel_aspect_ratio_, are never modified after
initialization to 0 and false.
ARGB is believed to be unused, and the scaling logic
is probably not appropriate in any case.
Also delete corresponding helper functions in
videocommon.cc.
BUG=webrtc:5682
Committed: https://crrev.com/ba6371ec861b511db000a9487650dd49e344b866
Cr-Commit-Position: refs/heads/master@{#12659}
Patch Set 1 #
Total comments: 8
Patch Set 2 : Delete unused ARGB scaling logic. #
Total comments: 1
Patch Set 3 : Delete test case VideoCapturerTest.ScreencastScaledSuperLarge. #
Messages
Total messages: 28 (12 generated)
|