-
Notifications
You must be signed in to change notification settings - Fork 190
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make LibavH264Encoder flush frames out at the right rate when necessary
This means they'll get passed to FfmpegOutput at the rate that generates the correct timestamps. We avoid pacing the output like this when the output classes don't require it. Currently not doing this for LibavMjpegEncoder because MJPEG files don't have timestamps. Signed-off-by: David Plowman <[email protected]>
- Loading branch information
1 parent
38b76ef
commit dd34bc9
Showing
3 changed files
with
19 additions
and
2 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
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
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