feat(libvideo2x): allow processing videos without PTS information

Signed-off-by: k4yt3x <i@k4yt3x.com>
This commit is contained in:
k4yt3x
2025-01-18 00:00:00 +00:00
parent 43ecf9e825
commit eae89cea4b
4 changed files with 10 additions and 6 deletions

View File

@@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added
- Multi-versioning to critical functions to enhance performance in generic architecture builds.
- Support for processing videos without PTS information (#1278).
- The feature to copy input streams' metadata to the output streams (#1282).
### Changed