vp8: quiet conversion warning when packing sizes
authorJohann <johannkoenig@google.com>
Mon, 29 Apr 2019 23:07:02 +0000 (16:07 -0700)
committerJohann <johannkoenig@google.com>
Mon, 29 Apr 2019 23:15:50 +0000 (16:15 -0700)
commit9a81785e4228a9cbf944dcf94127f8ec29bf9b6d
tree8a6b287513ac1ed097af2c0e93a4cf84b3c56798
parent197ef67eeb327d79abb961fa0dfd8de9df24d691
vp8: quiet conversion warning when packing sizes

The values are or'd together and then stored 8 bits at a time:
9.1. Uncompressed Data Chunk
* 16 bits: (2 bits Horizontal Scale << 14) | Width (14 bits)
* 16 bits: (2 bits Vertical Scale << 14) | Height (14 bits)

BUG=webm:1615

Change-Id: Id2eb3deaccec299a0619990d3a6f1eb4f71e50e2
vp8/encoder/bitstream.c