WebRTC video stream with odd dimensions is not rendered properly |
|
Issue descriptionWhat steps will reproduce the problem? (1) Receive a video stream with odd dimensions (e.g. 101x101) (2) Create <video> to display the stream with exactly same size as the video stream (e.g. 101x101) What is the expected output? Image is rendered pixel-to-pixel the way it's decoded without scaling. What do you see instead? right column and bottom row of pixels are cropped and the image scaled by 1 pixel in both directions. As result the image appears blurry. |
|
►
Sign in to add a comment |
|
Comment 1 by jamiewa...@chromium.org
, Aug 9 2016Status: Assigned (was: Untriaged)