• Lambros Lambrou's avatar
    [remoting host] Default lossless-color to false. · 69f8e55a
    Lambros Lambrou authored
    In ClientSession, lossless-color defaulted to true. But the actual
    encoders defaulted this setting to false. Now that the lossless
    flags have been plumbed through to the encoders, the default setting
    has been changed from false to true.
    
    This CL restores the default setting to false, since lossless-color
    is not yet working for VP9. VP8 ignores the flags anyway, so is not
    affected.
    
    The command-line option is also removed. The lossless flags can be
    controlled via VideoControl messages if needed.
    
    Change-Id: I14637cdff74be5671aaa53ffd9f00b70302b55cb
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1768879
    Auto-Submit: Lambros Lambrou <lambroslambrou@chromium.org>
    Commit-Queue: Jamie Walch <jamiewalch@chromium.org>
    Reviewed-by: default avatarJamie Walch <jamiewalch@chromium.org>
    Cr-Commit-Position: refs/heads/master@{#690770}
    69f8e55a
client_session.cc 26.3 KB