mirror of https://github.com/kivy/kivy.git
remove debug print
This commit is contained in:
parent
2d3e444d25
commit
14f2301bd0
|
@ -254,7 +254,6 @@ class VideoFFPy(VideoBase):
|
||||||
t1 = time.time()
|
t1 = time.time()
|
||||||
frame, val = ffplayer.get_frame()
|
frame, val = ffplayer.get_frame()
|
||||||
t2 = time.time()
|
t2 = time.time()
|
||||||
print('GET FRAME in {:.6f}'.format(t2 - t1))
|
|
||||||
if val == 'eof':
|
if val == 'eof':
|
||||||
sleep(0.2)
|
sleep(0.2)
|
||||||
if not did_dispatch_eof:
|
if not did_dispatch_eof:
|
||||||
|
|
Loading…
Reference in New Issue