add_fonts_from_examiner() can be called multiple times with the same font
authorCarl Hetherington <cth@carlh.net>
Thu, 11 May 2023 11:48:58 +0000 (13:48 +0200)
committerCarl Hetherington <cth@carlh.net>
Fri, 12 May 2023 20:11:06 +0000 (22:11 +0200)
commitff02c27b53222592e394d7cde1c904b27a211488
treebb23a4f0063307db68cccf1f5ec26589e527acc2
parent2f0b79afd2110617fe694745a65b2350a448bd77
add_fonts_from_examiner() can be called multiple times with the same font
in the case of closed captions with multiple tracks.  Don't reuse the
same font objects in this case, otherwise we will start with something
like font, disambiguate it to 0_font, then disambiguate _that_ to
0_0_font.
src/lib/dcp_content.cc