Browse Source

deps-libff: Remove misleading comment

John Bradley 10 năm trước cách đây
mục cha
commit
f8c38d1fcf
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  1. 0 1
      deps/libff/libff/ff-decoder.c

+ 0 - 1
deps/libff/libff/ff-decoder.c

@@ -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;
 			}