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

Break early when exit_main_loop is set in encoder thread #223

Merged
merged 2 commits into from
Aug 23, 2023

Commits on Aug 23, 2023

  1. Revert "Only flush when video codec has delay (ammen99#209)"

    This reverts commit ffcb6f9.
    nowrep committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    332f916 View commit details
    Browse the repository at this point in the history
  2. Break early when exit_main_loop is set in encoder thread

    Prevent sending old buffer to encoder.
    This is actually the correct fix for the issue described
    in previous (reverted) commit.
    nowrep committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    c735855 View commit details
    Browse the repository at this point in the history