Explorar o código

deps-libff: Remove misleading comment

John Bradley %!s(int64=10) %!d(string=hai) anos
pai
achega
f8c38d1fcf
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  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;
 			}