From cec8f476253ee20e7bc05dbcc3a6a74b84cc8fa4 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Thu, 9 Feb 2023 23:39:29 +0100 Subject: [PATCH] Cleanup: use vector instead of list. --- src/lib/player.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/player.h b/src/lib/player.h index 45dcd9900..e8f768521 100644 --- a/src/lib/player.h +++ b/src/lib/player.h @@ -183,7 +183,7 @@ private: /** > 0 if we are suspended (i.e. pass() and seek() do nothing) */ boost::atomic _suspended; - std::list> _pieces; + std::vector> _pieces; /** Size of the image we are rendering to; this may be the DCP frame size, or * the size of preview in a window. -- 2.30.2