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

Remove buggy waitforvsync

Signed-off-by: Jean-Paul Saman's avatarJean-Paul Saman <jean-paul.saman@m2x.nl>
parent 4b6aa45d
...@@ -550,9 +550,6 @@ static picture_t *DecodeVideoBlockInner( decoder_t *p_dec, block_t **pp_block, i ...@@ -550,9 +550,6 @@ static picture_t *DecodeVideoBlockInner( decoder_t *p_dec, block_t **pp_block, i
} }
} }
} }
int i_dummy;
ioctl( p_sys->fb.i_fd, FBIO_WAITFORVSYNC, &i_dummy ); /* ignore return */
#endif #endif
#ifndef DAVINCI_HACK #ifndef DAVINCI_HACK
......
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