DescriptionFix I420ToNV21 for wrong dst_stride_y parameter.
I420ToNV21 passes the wrong dst_stride_y when it calls I420ToNV12; parameter 8 (convert_from.cc:448) is src_stride_y but should be dst_stride_y. This causes image corruption when converting I420 -> NV21 with mismatched luminance strides.
R=dhrosa@google.com, harryjin@google.com
BUG=libyuv:547
Committed: https://chromium.googlesource.com/libyuv/libyuv/+/8377c798fb50ba438fb4ec136ea414f33eb0cfcf
Patch Set 1 #
Messages
Total messages: 5 (2 generated)
|