Strictly I think we should be putting each component of an image into _pending_images.
authorCarl Hetherington <cth@carlh.net>
Sun, 6 Nov 2022 22:19:00 +0000 (23:19 +0100)
committerCarl Hetherington <cth@carlh.net>
Sun, 6 Nov 2022 22:19:04 +0000 (23:19 +0100)
commitc42ce0e5b188d6fe0b022f1aec4fdcb04c4835f1
tree0af522285bfacf0eb464a17b4bfecebc8a04e3d5
parent8a9b2db6f7a51d6bb1fb4bf6f37db33599cfd0fc
Strictly I think we should be putting each component of an image into _pending_images.
We probably get away with only keeping component 0 but I think that could perhaps lead
to use-after-free as the Image for components 1 and 2 could go away a bit before
it should.
src/lib/ffmpeg_file_encoder.cc