OSDN Git Service

Fixing a stride issue in VP8 Alpha encode
authorVignesh Venkatasubramanian <vigneshv@google.com>
Tue, 16 Jul 2013 20:44:56 +0000 (13:44 -0700)
committerMichael Niedermayer <michaelni@gmx.at>
Wed, 17 Jul 2013 11:38:26 +0000 (13:38 +0200)
commit33968c201cc8194864b2bb2bc7c3f0867d775e02
treef1379d494e092bb8346c2467e40e8e5afd98cd51
parent066111bf19518a9f4d836991b34dbfc5ab72a41a
Fixing a stride issue in VP8 Alpha encode

When encoding alpha channel in libvpx, the stride isn't set
properly for the alpha encoder. Fixing it.

Signed-off-by: Vignesh Venkatasubramanian <vigneshv@google.com>
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
libavcodec/libvpxenc.c