Added more ISO639 support (2-letter codes and conversions), improved audio/video/subtitle selection through HTTP connectors
This commit is contained in:
parent
e09cd5308e
commit
307d14f901
7 changed files with 1332 additions and 607 deletions
1728
lib/langcodes.cpp
1728
lib/langcodes.cpp
File diff suppressed because it is too large
Load diff
|
@ -5,6 +5,8 @@ namespace Encodings {
|
|||
class ISO639{
|
||||
public:
|
||||
static std::string decode(const std::string & lang);
|
||||
static std::string twoToThree(const std::string & lang);
|
||||
static std::string encode(const std::string & lang);
|
||||
};
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue