Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

selection algorithm transcoding conflict patch #3181

Merged
merged 2 commits into from
Sep 23, 2024

Commits on Sep 23, 2024

  1. fix(ai): apply hotfix for AI selection algorithm

    While merging the main branch into the AI branch, the fragile AI selection
    algorithm broke due to changes in the transcoding selection logic, which
    the AI algorithm relies on. This commit provides a temporary patch to
    ensure the selection process continues to function while we work on
    improving the AI selection algorithm.
    rickstaa committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    a094d99 View commit details
    Browse the repository at this point in the history
  2. chore(ai): update AI selection logic comment

    This commit makes the AI selection logic comment more descriptive.
    rickstaa committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    2df9e3a View commit details
    Browse the repository at this point in the history