i420_rgb: remove redundant lines
commitbac92fcbc5f05a896e42bf8927c5bf465061c6f7
authorLyndon Brown <jnqnfe@gmail.com>
Sun, 20 Jan 2019 04:42:25 +0000 (20 04:42 +0000)
committerJean-Baptiste Kempf <jb@videolan.org>
Wed, 6 Mar 2019 16:11:23 +0000 (6 17:11 +0100)
treec6b557a7f282be507277e62c7e48974c69115e60
parent6fc0f9e33ca189b0bb5446503847a45b548781ff
i420_rgb: remove redundant lines

p_buffer was being reset both at start and end of loops in unaligned SSE2
branch

also, added empty line after initial value set prior to alignment check
for clarity

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
modules/video_chroma/i420_rgb16_x86.c