Skip to content
This repository has been archived by the owner on May 17, 2023. It is now read-only.

[DON'T MERGE]Ignore the default_display_window_flag in the SPS parsing. #2928

Open
wants to merge 1 commit into
base: mss2018_r2
Choose a base branch
from

Conversation

hongbolv
Copy link
Contributor

No description provided.

@hongbolv hongbolv requested review from a team and kelvinhu325 as code owners May 13, 2022 01:23
if (pSPS->default_display_window_flag)
//Hack to ignore the video cropping here.
//if (pSPS->default_display_window_flag)
if (0)

Choose a reason for hiding this comment

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

if (0) is not good coding. And could you please explain the reason?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Just for a manual build, will not check in.

Choose a reason for hiding this comment

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

Please add [DO NOT MERGE] at the title of PR and commit for avoiding misunderstanding. Thanks.

@hongbolv hongbolv changed the title Ignore the default_display_window_flag in the SPS parsing. [DON'T MERGE]Ignore the default_display_window_flag in the SPS parsing. May 13, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants