diff options
| author | Carl Hetherington <cth@carlh.net> | 2025-05-11 20:43:58 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2025-05-11 21:03:32 +0200 |
| commit | a98f6e4f84d02b87ba05cecfcc3005858f274afa (patch) | |
| tree | 5b244f709c400cf2fff25f7af7b4f9c158bc8f2c /src/lib/video_content.cc | |
| parent | 6157596fabb32c0f915525e4d05130652c1cd751 (diff) | |
Cleanup: use constexpr for content and player properties.
Also fix a clash between the ATMOS and player properties.
Diffstat (limited to 'src/lib/video_content.cc')
| -rw-r--r-- | src/lib/video_content.cc | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/src/lib/video_content.cc b/src/lib/video_content.cc index a5f65de24..dcce499cb 100644 --- a/src/lib/video_content.cc +++ b/src/lib/video_content.cc @@ -41,19 +41,6 @@ #include "i18n.h" -int const VideoContentProperty::USE = 0; -int const VideoContentProperty::SIZE = 1; -int const VideoContentProperty::FRAME_TYPE = 2; -int const VideoContentProperty::CROP = 3; -int const VideoContentProperty::COLOUR_CONVERSION = 4; -int const VideoContentProperty::FADE_IN = 5; -int const VideoContentProperty::FADE_OUT = 6; -int const VideoContentProperty::RANGE = 7; -int const VideoContentProperty::CUSTOM_RATIO = 8; -int const VideoContentProperty::CUSTOM_SIZE = 9; -int const VideoContentProperty::BURNT_SUBTITLE_LANGUAGE = 10; - - using std::cout; using std::dynamic_pointer_cast; using std::list; |
