Skip to content

Commit

Permalink
Merge pull request #1559 from matthuisman/dts
Browse files Browse the repository at this point in the history
[Omega] Use dca for dts codec name (regression fix)
  • Loading branch information
CastagnaIT authored May 18, 2024
2 parents 03f2154 + 535b688 commit a4cc878
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/Utils.h
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ constexpr std::array VIDEO_NAME_LIST = {NAME_MPEG1, NAME_MPEG2, NAME_MPEG4, NAME
// Audio definitions

constexpr const char* NAME_AAC = "aac";
constexpr const char* NAME_DTS = "dts";
constexpr const char* NAME_DTS = "dca";
constexpr const char* NAME_AC3 = "ac3";
constexpr const char* NAME_EAC3 = "eac3"; // Enhanced AC-3
constexpr const char* NAME_OPUS = "opus";
Expand Down

0 comments on commit a4cc878

Please sign in to comment.