Skip to content
  • Josh Holmer's avatar
    Implement lookahead queue · 3202bf70
    Josh Holmer authored and Thomas Daede's avatar Thomas Daede committed
    Allows rav1e to read frames into the frame queue ahead of the current
    one, to allow for future features to be added that depend on a lookahead
    pass. Currently the lookahead distance is hardcoded to 10. In the
    future, this would probably be configurable as a CLI option.
    3202bf70