mirror of
https://gitlab.com/mbunkus/mkvtoolnix.git
synced 2024-12-24 20:01:53 +00:00
Disable timecode warnings for AVC read from Matroska files.
This commit is contained in:
parent
5da49a52e2
commit
77e119a01f
@ -1,5 +1,8 @@
|
|||||||
2005-02-27 Moritz Bunkus <moritz@bunkus.org>
|
2005-02-27 Moritz Bunkus <moritz@bunkus.org>
|
||||||
|
|
||||||
|
* mkvmerge: bug fix: mkvmerge was wrongly outputting large numbers
|
||||||
|
of warnings when Remuxing AVC/h.264 video from a Matroska file.
|
||||||
|
|
||||||
* mmg: bug fix: The job queue was not loaded on startup on Windows
|
* mmg: bug fix: The job queue was not loaded on startup on Windows
|
||||||
Unicode builds (another wxWidgets 2.5.3 problem).
|
Unicode builds (another wxWidgets 2.5.3 problem).
|
||||||
|
|
||||||
|
@ -1471,6 +1471,7 @@ kax_reader_c::create_packetizer(int64_t tid) {
|
|||||||
t->v_width,
|
t->v_width,
|
||||||
t->v_height,
|
t->v_height,
|
||||||
nti));
|
nti));
|
||||||
|
PTZR(t->ptzr)->relaxed_timecode_checking = true;
|
||||||
|
|
||||||
} else {
|
} else {
|
||||||
mxinfo(FMT_TID "Using the video output module.\n",
|
mxinfo(FMT_TID "Using the video output module.\n",
|
||||||
|
Loading…
Reference in New Issue
Block a user