Commit ae80ab50 authored by Rafaël Carré's avatar Rafaël Carré Committed by Jean-Paul Saman

Fix video output when not scaling

Signed-off-by: Jean-Paul Saman's avatarJean-Paul Saman <jean-paul.saman@m2x.nl>
parent 92a6b67a
......@@ -1003,7 +1003,7 @@ static picture_t *DecodeVideoBlockInner( decoder_t *p_dec, block_t **pp_block, i
/* draw a line */
memcpy( &p_sys->p_fb_map[i*i_line_len + i_sideborder],
&p_sys->p_yuyv[i*i_vidw],
&p_sys->p_yuyv[(i-i_edgeborder)*i_vidw],
i_vidw
);
......
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