Commit 29bde4b3 authored by Limin Wang's avatar Limin Wang Committed by Michael Niedermayer

swscale/swscale: delete unwanted assignments

Signed-off-by: 's avatarLimin Wang <lance.lmwang@gmail.com>
Signed-off-by: 's avatarMichael Niedermayer <michael@niedermayer.cc>
parent 6d9d053e
......@@ -291,11 +291,9 @@ static int swscale(SwsContext *c, const uint8_t *src[],
if (isPacked(c->srcFormat)) {
src[0] =
src[1] =
src[2] =
src[3] = src[0];
srcStride[0] =
srcStride[1] =
srcStride[2] =
srcStride[3] = srcStride[0];
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment