Get the cache object used by this reader (always returns NULL for this object)
| 108 | |
| 109 | /// Get the cache object used by this reader (always returns NULL for this object) |
| 110 | CacheBase* GetCache() override { return NULL; }; |
| 111 | |
| 112 | /// Get an openshot::Frame object for a specific frame number of this reader. All numbers |
| 113 | /// return the same Frame, since they all share the same image data. |
nothing calls this directly
no outgoing calls
no test coverage detected