Remove unused VideoContentProperty::SCALE and listen to CUSTOM_{RATIO,SIZE} instead.
authorCarl Hetherington <cth@carlh.net>
Sun, 19 Sep 2021 20:19:38 +0000 (22:19 +0200)
committerCarl Hetherington <cth@carlh.net>
Sun, 19 Sep 2021 21:00:22 +0000 (23:00 +0200)
commit8a3d5a7729e10a901132ff00efbd5d80e38b2455
treeb69ad212d629626b689d688868f550fa8ce76276
parentc162f9d8b127f56b8da46b83908000611033e6a5
Remove unused VideoContentProperty::SCALE and listen to CUSTOM_{RATIO,SIZE} instead.

::SCALE was sort-of being used, as it was emitted during examination of
video content, but it wasn't being emitted anywhere else (and CUSTOM_{RATIO,SIZE}
replace its functionality as far as I can see).
src/lib/video_content.cc
src/lib/video_content.h
src/wx/dcp_panel.cc
src/wx/film_viewer.cc
src/wx/video_panel.cc