Skip to content

Conversation

@rajat698
Copy link
Contributor

@rajat698 rajat698 commented Dec 3, 2025

No description provided.

@rajat698 rajat698 requested a review from a team as a code owner December 3, 2025 16:08
*
* @retval if the encryption pattern has been set
*/
const bool getEncryptionPattern(uint32_t &crypt, uint32_t &skip) const

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Coverity Issue - Parse warning

type qualifier on return type is meaningless

Low Impact, CWE-398
PW.USELESS_TYPE_QUALIFIER_ON_RETURN_TYPE

*
* @retval the media key session id.
*/
const int32_t getMediaKeySessionId() const { return m_mediaKeySessionId; }

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Coverity Issue - Parse warning

type qualifier on return type is meaningless

Low Impact, CWE-398
PW.USELESS_TYPE_QUALIFIER_ON_RETURN_TYPE

*
* @retval the initWithLast15 value.
*/
const uint32_t getInitWithLast15() const { return m_initWithLast15; }

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Coverity Issue - Parse warning

type qualifier on return type is meaningless

Low Impact, CWE-398
PW.USELESS_TYPE_QUALIFIER_ON_RETURN_TYPE

*
* @retval the segment alignment
*/
const SegmentAlignment getSegmentAlignment() const { return m_alignment; }

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Coverity Issue - Parse warning

type qualifier on return type is meaningless

Low Impact, CWE-398
PW.USELESS_TYPE_QUALIFIER_ON_RETURN_TYPE

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.

4 participants