Skip to content

Commit

Permalink
dca for dts codec name
Browse files Browse the repository at this point in the history
  • Loading branch information
matthuisman committed May 18, 2024
1 parent 03f2154 commit 535b688
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 535b688

Please sign in to comment.