mirror of
https://gitlab.com/mbunkus/mkvtoolnix.git
synced 2024-12-24 11:54:01 +00:00
The Quicktime/MP4 demuxer converts MPEG4 into non-native format at the moment.
This commit is contained in:
parent
db94e93032
commit
217cbd802f
@ -1383,7 +1383,7 @@ qtmp4_reader_c::create_packetizer(int64_t tid) {
|
||||
dmx->ptzr =
|
||||
add_packetizer(new mpeg4_l2_video_packetizer_c(this, 0.0,
|
||||
dmx->v_width,
|
||||
dmx->v_height, true,
|
||||
dmx->v_height, false,
|
||||
ti));
|
||||
safefree(bih);
|
||||
ti->private_data = NULL;
|
||||
|
Loading…
Reference in New Issue
Block a user