[vlc-devel] [PATCH 2/2] demux: mkv: fix timestamp issue of RV30/RV40
Zhao Zhili
quinkblack at foxmail.com
Wed May 30 13:24:33 CEST 2018
Fix #20537
---
modules/demux/mkv/matroska_segment_parse.cpp | 1 +
1 file changed, 1 insertion(+)
diff --git a/modules/demux/mkv/matroska_segment_parse.cpp b/modules/demux/mkv/matroska_segment_parse.cpp
index b0c844c..0630e26 100644
--- a/modules/demux/mkv/matroska_segment_parse.cpp
+++ b/modules/demux/mkv/matroska_segment_parse.cpp
@@ -1541,6 +1541,7 @@ bool matroska_segment_c::TrackInit( mkv_track_t * p_tk )
}
fill_extra_data( vars.p_tk, 26 );
+ vars.p_tk->fmt.b_packetized = false;
}
S_CASE("V_REAL/RV10") { v_real_helper (VLC_CODEC_RV10, vars ); }
S_CASE("V_REAL/RV20") { v_real_helper (VLC_CODEC_RV20, vars ); }
--
2.9.5
More information about the vlc-devel
mailing list