-
Notifications
You must be signed in to change notification settings - Fork 119
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
deduplicate setTargetBitrate and setTargetBitrateAsync
as usual, the code I removed is guaranteed to be identical in both sides. an IMPORTANT side effect is that we're first getting the active layers and THEN doing everything else, which means we're now retrieving these two things prevEncodingId = this.encodingId this.maxWidth || this.maxHeight once the getActiveLayersAsync() has completed, not before. I think this is better behavior than what we were doing before.
- Loading branch information
1 parent
a81c86c
commit fbbade0
Showing
1 changed file
with
11 additions
and
193 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters