diff options
author | dec05eba <dec05eba@protonmail.com> | 2021-06-14 03:44:25 +0200 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2021-06-14 03:44:30 +0200 |
commit | 90ce380fccd84d2be8640c8785a38904661af45e (patch) | |
tree | 1ed7f2f84cbde435d62829265219951452604aa8 /plugins | |
parent | 44faa1d09df085fc93a3168101ece371b3c4c5d8 (diff) |
Always choose non-av1 and non HDR stream for youtube video to support hardware decoding
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/Youtube.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/Youtube.hpp b/plugins/Youtube.hpp index 7a6ea00..28b50bb 100644 --- a/plugins/Youtube.hpp +++ b/plugins/Youtube.hpp @@ -8,6 +8,7 @@ namespace QuickMedia { struct YoutubeFormat { std::string url; int bitrate = 0; + std::string mime_type; }; struct YoutubeVideoFormat { |