deps-libff: Remove misleading comment

master
John Bradley 2015-03-12 15:59:47 -05:00
parent 312d59da02
commit f8c38d1fcf
1 changed files with 0 additions and 1 deletions

View File

@ -248,7 +248,6 @@ void ff_decoder_refresh(void *opaque)
delay_until_next_wake = decoder->timer_next_wake -
(av_gettime() / 1000000.0L);
if (delay_until_next_wake < 0.010L) {
// accellerate next wake up
delay_until_next_wake = 0.010L;
}