Skip to content

avformat/whip: fix H264 profile_iop bit map for SDP#55

Closed
ghost wants to merge 1 commit intoworkflowsfrom
unknown repository
Closed

avformat/whip: fix H264 profile_iop bit map for SDP#55
ghost wants to merge 1 commit intoworkflowsfrom
unknown repository

Conversation

@ghost
Copy link
Copy Markdown

@ghost ghost commented Jul 1, 2025

AVCodecParameters::profile only contains constraint_set1_flag
(AV_PROFILE_H264_CONSTRAINED 1<<9).
So add H264 constraints flag fully parse refer to hlsenc
write_codec_attr

Signed-off-by: Jack Lau jacklau1222@qq.com

AVCodecParameters::profile only contains constraint_set1_flag
(AV_PROFILE_H264_CONSTRAINED 1<<9).
So add H264 constraints flag fully parse refer to hlsenc
write_codec_attr

Signed-off-by: Jack Lau <jacklau1222@qq.com>
@ghost ghost mentioned this pull request Jul 1, 2025
@ghost ghost closed this by deleting the head repository Jul 2, 2025
This pull request was closed.
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.

1 participant