OSDN Git Service

hevc: change the stride of the MC buffer to be in bytes instead of elements
authorAnton Khirnov <anton@khirnov.net>
Fri, 14 Aug 2015 17:40:21 +0000 (19:40 +0200)
committerAnton Khirnov <anton@khirnov.net>
Sat, 5 Dec 2015 20:11:12 +0000 (21:11 +0100)
commita853388d2fc5be848cca839a9fdf39a97c2d7b0e
tree0c9e12633e639ad01818b8af6f0c34e9c1184b16
parent688417399c69aadd4c287bdb0dec82ef8799011c
hevc: change the stride of the MC buffer to be in bytes instead of elements

Currently, the frame stride is passed in bytes, while the MC buffer size
is in int16_t elements, This can be confusing, so pass both strides in
bytes.
libavcodec/hevc.c
libavcodec/hevcdsp_template.c