Fix PepperVideoRenderer3D to handle odd frame width/height.
commit607cecdeae50e3bcc3f2026ffee86ec64ee197c3
authorsergeyu <sergeyu@chromium.org>
Fri, 20 Feb 2015 07:52:53 +0000 (19 23:52 -0800)
committerCommit bot <commit-bot@chromium.org>
Fri, 20 Feb 2015 07:53:41 +0000 (20 07:53 +0000)
tree386b883d70d5cc11f4c2be912557cbc71c89b379
parentdeed70455d69ca62e4a5bfd2123a9376c5197797
Fix PepperVideoRenderer3D to handle odd frame width/height.

VideoDecoder may generate textures that are bigger than the
frame size. Particularly for odd width/height are adjusted to make them
even. The renderer wasn't handling this case properly.

BUG=459432

Review URL: https://codereview.chromium.org/941203003

Cr-Commit-Position: refs/heads/master@{#317266}
remoting/client/plugin/pepper_video_renderer_3d.cc