diff options
Diffstat (limited to 'src/lib')
| -rw-r--r-- | src/lib/player.h | 2 |
1 files changed, 1 insertions, 1 deletions
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<int> _suspended; - std::list<std::shared_ptr<Piece>> _pieces; + std::vector<std::shared_ptr<Piece>> _pieces; /** Size of the image we are rendering to; this may be the DCP frame size, or * the size of preview in a window. |
