decodercache: don't need thread-safe functions anymore
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user