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