Disable timecode warnings for AVC read from Matroska files.

This commit is contained in:
Moritz Bunkus 2005-02-27 11:31:18 +00:00
parent 5da49a52e2
commit 77e119a01f
2 changed files with 4 additions and 0 deletions

View File

@ -1,5 +1,8 @@
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
Unicode builds (another wxWidgets 2.5.3 problem).

View File

@ -1471,6 +1471,7 @@ kax_reader_c::create_packetizer(int64_t tid) {
t->v_width,
t->v_height,
nti));
PTZR(t->ptzr)->relaxed_timecode_checking = true;
} else {
mxinfo(FMT_TID "Using the video output module.\n",