mirror of
https://gitlab.com/mbunkus/mkvtoolnix.git
synced 2025-01-04 09:15:05 +00:00
Stray %s.
This commit is contained in:
parent
0f86603685
commit
8c1fd25fbe
@ -1369,7 +1369,7 @@ kax_reader_c::create_audio_packetizer(kax_track_t *t,
|
|||||||
: 0;
|
: 0;
|
||||||
|
|
||||||
t->ptzr = add_packetizer(new ac3_packetizer_c(this, nti, (int32_t)t->a_sfreq, t->a_channels, bsid));
|
t->ptzr = add_packetizer(new ac3_packetizer_c(this, nti, (int32_t)t->a_sfreq, t->a_channels, bsid));
|
||||||
mxinfo_tid(ti.fname, t->tnum, Y("Using the %sAC3 output module.\n"));
|
mxinfo_tid(ti.fname, t->tnum, Y("Using the AC3 output module.\n"));
|
||||||
|
|
||||||
} else if (0x2001 == t->a_formattag) {
|
} else if (0x2001 == t->a_formattag) {
|
||||||
dts_header_t dtsheader;
|
dts_header_t dtsheader;
|
||||||
|
Loading…
Reference in New Issue
Block a user