utvideo: account for coupled lines in YUV420 format
authorKostya Shishkov <kostya.shishkov@gmail.com>
Fri, 28 Oct 2011 18:40:23 +0000 (20:40 +0200)
committerRonald S. Bultje <rsbultje@gmail.com>
Sat, 29 Oct 2011 06:51:58 +0000 (23:51 -0700)
commit9a173575fd3bd9a4391f760484e918824204e618
tree2c599971640ab5ccef2764cf128fe3302232d410
parent8370e426e42f2e4b9d14a1fb8107ecfe5163ce7f
utvideo: account for coupled lines in YUV420 format

Luma slices in YUV420 colourspace should have height in multiple of two since
they have the same line of chrominance data corresponding to pair of them.

Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
libavcodec/utvideo.c