Files
libopenshot/include
Jonathan Thomas 41dceadd1f Removed Cache::Exists method, which created all sorts of havoc when being called in quick succession (basically a frame might exist a split second before calling Cache::GetFrame, but then be missing when GetFrame is called).
Next Syntax:
frame = Cache::GetFrame(...)
if frame:
   ....

 Also, fixed some issues with MP3 files having the wrong video length detected, and a few other minor issues.
2015-08-05 23:40:58 -05:00
..
2015-08-02 20:59:38 -05:00
2015-02-05 00:11:55 -06:00
2015-02-05 00:11:55 -06:00