prioritize default audio tracks (#1178)

This commit is contained in:
Jason Dove
2023-02-24 15:45:30 -06:00
committed by GitHub
parent e5ef8eaf72
commit c832c8e860
2 changed files with 25 additions and 11 deletions
+3 -1
View File
@@ -1,4 +1,4 @@
Changelog
# Changelog
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
@@ -17,6 +17,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
- Streaming from disk is preferred, so every playback attempt will first check the local file system
- Use libvpl instead of libmfx to provide intel acceleration in vaapi docker images
- Search queries no longer remove duplicate results as this was causing incorrect behavior
- Prioritize audio streams that are flagged as "default" over number of audio channels
- For example, a video with a stereo commentary track and a mono "default" track will now prefer the "default" track
## [0.7.4-beta] - 2023-02-12
### Added