mirror of
https://gitlab.com/mbunkus/mkvtoolnix.git
synced 2025-01-19 00:17:49 +00:00
DTS reader: use codec_c for common codec names
This commit is contained in:
parent
6495c12cff
commit
12b8bf9a7a
@ -14,6 +14,7 @@
|
||||
|
||||
#include "common/common_pch.h"
|
||||
|
||||
#include "common/codec.h"
|
||||
#include "common/dts.h"
|
||||
#include "common/error.h"
|
||||
#include "input/r_dts.h"
|
||||
@ -141,5 +142,5 @@ dts_reader_c::read(generic_packetizer_c *,
|
||||
void
|
||||
dts_reader_c::identify() {
|
||||
id_result_container();
|
||||
id_result_track(0, ID_RESULT_TRACK_AUDIO, "DTS");
|
||||
id_result_track(0, ID_RESULT_TRACK_AUDIO, codec_c::get_name(CT_A_DTS, "DTS"));
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user