Skip to content

refactor(UBFFmpegVideoEncoder): Use avcodec_get_supported_config#1219

Merged
kaamui merged 1 commit intoOpenBoard-org:devfrom
Vekhir:ffmpeg-7.1-warnings
Jan 30, 2026
Merged

refactor(UBFFmpegVideoEncoder): Use avcodec_get_supported_config#1219
kaamui merged 1 commit intoOpenBoard-org:devfrom
Vekhir:ffmpeg-7.1-warnings

Conversation

@Vekhir
Copy link
Copy Markdown
Contributor

@Vekhir Vekhir commented Feb 3, 2025

FFmpeg 7.1 introduces avcodec_get_supported_config() to query available sample formats. It basically copies over sample_fmts, but doing so directly is deprecated.

Tested with FFmpeg 7.1.

@Vekhir Vekhir changed the base branch from master to dev February 3, 2025 01:58
@Vekhir Vekhir force-pushed the ffmpeg-7.1-warnings branch from fd0a93c to 3a9d2ee Compare February 12, 2025 15:10
FFmpeg 7.1 introduces avcodec_get_supported_config to query
available sample formats. It basically copies over sample_fmts,
but doing so directly is deprecated.
@Vekhir Vekhir force-pushed the ffmpeg-7.1-warnings branch from 3a9d2ee to 41ba5bd Compare February 19, 2025 23:47
@Vekhir Vekhir changed the title fix(UBFFmpegVideoEncoder): Use avcodec_get_supported_config refactor(UBFFmpegVideoEncoder): Use avcodec_get_supported_config Feb 19, 2025
@kaamui kaamui merged commit e81b345 into OpenBoard-org:dev Jan 30, 2026
@Vekhir Vekhir deleted the ffmpeg-7.1-warnings branch January 30, 2026 22:18
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