Skip to content

Commit

Permalink
Корректировка.
Browse files Browse the repository at this point in the history
  • Loading branch information
Aleksoid1978 committed Dec 9, 2024
1 parent 7251a0c commit 9046e1b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/apps/mplayerc/AppSettings.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1499,8 +1499,8 @@ void CAppSettings::LoadSettings(bool bForce/* = false*/)
str.Empty();
profile.ReadString(IDS_R_ONLINESERVICES, IDS_RS_YOUTUBE_VIDEOFORMAT, str);
YoutubeFormat.vfmt =
(str == L"WEBM-VP9") ? Youtube::y_webm_vp9
: (str == L"MP4-AV1") ? Youtube::y_mp4_av1
(str == L"WEBM") ? Youtube::y_webm_vp9
: (str == L"AV1") ? Youtube::y_mp4_av1
: Youtube::y_mp4_avc;
profile.ReadInt(IDS_R_ONLINESERVICES, IDS_RS_YOUTUBE_RESOLUTION, YoutubeFormat.res);
YoutubeFormat.res = discard(YoutubeFormat.res, 720, s_CommonVideoHeights);
Expand Down

0 comments on commit 9046e1b

Please sign in to comment.