Skip to content

Commit

Permalink
When requesting full subtitles in "Default" mode, prefer untagged ove…
Browse files Browse the repository at this point in the history
…r Forced
  • Loading branch information
Nevcairiel committed Feb 14, 2022
1 parent c7c6438 commit 5397a0c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion demuxer/LAVSplitter/LAVSplitter.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1732,7 +1732,8 @@ std::list<CSubtitleSelector> CLAVSplitter::GetSubtitleSelectors()
else
{
tokenList.push_back(token + "|d");
tokenList.push_back(token + "|!h");
tokenList.push_back(token + "|!hf");
tokenList.push_back(token + "|f");
}
}

Expand Down

0 comments on commit 5397a0c

Please sign in to comment.