Skip to content

upipe_ffmt: prevent reconfiguration when possible - #1243

Open
quarium wants to merge 1 commit into
Upipe:masterfrom
quarium:ffmt-skip-reconfigure
Open

upipe_ffmt: prevent reconfiguration when possible#1243
quarium wants to merge 1 commit into
Upipe:masterfrom
quarium:ffmt-skip-reconfigure

Conversation

@quarium

@quarium quarium commented Aug 27, 2026

Copy link
Copy Markdown
Contributor

Keeps current configuration (allocated inner pipeline and filters) to prevent reallocation of the same pipeline when input format changes.

Keeps current configuration (allocated inner pipeline and filters) to
prevent reallocation of the same pipeline when input format changes.
@quarium
quarium force-pushed the ffmt-skip-reconfigure branch from a033393 to ef661b8 Compare August 28, 2026 15:56
@quarium
quarium marked this pull request as ready for review August 28, 2026 15:56
@quarium
quarium requested a review from nto August 28, 2026 15:57
Comment on lines +898 to +899
add_option("width=%" PRIu64, out->hsize);
add_option("height=%" PRIu64, out->vsize);

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

Suggested change
add_option("width=%" PRIu64, out->hsize);
add_option("height=%" PRIu64, out->vsize);
add_option("width=%"PRIu64, out->hsize);
add_option("height=%"PRIu64, out->vsize);

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