Skip to content

[HDR Detection] remove unused HDR-related constants and methods#1275

Merged
TwolDE2 merged 3 commits into
OpenViX:Developerfrom
DimitarCC:hdr-detection-cleanup
Jun 21, 2026
Merged

[HDR Detection] remove unused HDR-related constants and methods#1275
TwolDE2 merged 3 commits into
OpenViX:Developerfrom
DimitarCC:hdr-detection-cleanup

Conversation

@DimitarCC

Copy link
Copy Markdown
Contributor

This pull request removes all code related to HDR (High Dynamic Range) file type detection and handling from the ServiceInfo converter. This includes the removal of several constants, dictionary entries, methods, and logic branches related to HDR types and file checks.

Removed HDR file support:

  • Removed HDR-related constants such as HDR_TYPE, IS_HDR10_FILE, IS_HLG_FILE, IS_DV_FILE, IS_ANYHDR_FILE, and IS_HDR_GENERIC_FILE from the ServiceInfo class.
  • Removed HDR-related entries from the type mapping in the __init__ method, and the special polling interval for these types.
  • Removed the _readHDRType method, which was responsible for determining the HDR type from service information.
  • Removed all branches in the getBoolean method that checked for HDR file types or used _readHDRType.

@TwolDE2 TwolDE2 merged commit 213f6a0 into OpenViX:Developer Jun 21, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants