decodercache: don't need thread-safe functions anymore

This commit is contained in:
itsmattkc
2020-02-03 01:29:29 +11:00
parent caf0d3d42a
commit 0c46b0c471
+1 -1
View File
@@ -5,6 +5,6 @@
#include "project/item/footage/stream.h"
#include "rendercache.h"
using DecoderCache = ThreadSafeRenderCache<Stream*, DecoderPtr>;
using DecoderCache = RenderCache<Stream*, DecoderPtr>;
#endif // DECODERCACHE_H