Skip to content

Commit

Permalink
Fix {"dtshd", "dtsma"}
Browse files Browse the repository at this point in the history
  • Loading branch information
jcdr428 committed Apr 19, 2022
1 parent c02b8c7 commit cc0e03c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tsMuxerGUI/tsmuxerwindow.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ QString fileDialogFilter()
{TsMuxerWindow::tr("AVC/MVC/H.264 elementary stream"), {"avc", "mvc", "264", "h264"}},
{TsMuxerWindow::tr("HEVC (High Efficiency Video Codec)"), {"hevc", "265", "h265"}},
{TsMuxerWindow::tr("Digital Theater System"), {"dts"}},
{TsMuxerWindow::tr("DTS-HD Master Audio"), {"dtshd"}, {"dtsma"}},
{TsMuxerWindow::tr("DTS-HD Master Audio"), {"dtshd", "dtsma"}},
{TsMuxerWindow::tr("TrueHD/AC3+TrueHD"), {"thd", "truehd", "ac3+thd", "thd+ac3"}},
{TsMuxerWindow::tr("Mpeg video elementary stream"), {"mpv", "m1v", "m2v"}},
{TsMuxerWindow::tr("Mpeg audio elementary stream"), {"mpa"}},
Expand Down

0 comments on commit cc0e03c

Please sign in to comment.