~mbranton/libopenshot/alpha-channel-fix

« back to all changes in this revision

Viewing changes to src/Timeline.cpp

  • Committer: Jonathan Thomas
  • Date: 2016-08-31 07:02:54 UTC
  • Revision ID: jonathan@openshot.org-20160831070254-g2e1yzab08i8o760
Adding new CacheBase class. This is the first of many cache related commits, with the goal of building a disk based cache object, to be used by the timeline object if enabled.

Show diffs side-by-side

added added

removed removed

Lines of Context:
748
748
                                ZmqLogger::Instance()->AppendDebugMethod("Timeline::GetFrame (Add frame to cache)", "frame_number", frame_number, "info.width", info.width, "info.height", info.height, "", -1, "", -1, "", -1);
749
749
 
750
750
                                // Add final frame to cache
751
 
                                final_cache.Add(frame_number, new_frame);
 
751
                                final_cache.Add(new_frame);
752
752
 
753
753
                        } // end frame loop
754
754
                } // end parallel