From: Carl Hetherington Date: Thu, 9 Feb 2023 22:39:29 +0000 (+0100) Subject: Cleanup: use vector instead of list. X-Git-Tag: v2.16.43~18 X-Git-Url: https://git.carlh.net/gitweb/?p=dcpomatic.git;a=commitdiff_plain;h=cec8f476253ee20e7bc05dbcc3a6a74b84cc8fa4;hp=fbdfc901498605f89f28a57d595df966bddc4eb1 Cleanup: use vector instead of list. --- 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.