[vlc-devel] [PATCH] demux:mkv: AV1 in Matroska/WebM is packetized

Steve Lhomme robux4 at ycbcr.xyz
Wed Oct 10 11:23:36 CEST 2018


Otherwise it's a muxer bug.
---
 modules/demux/mkv/matroska_segment_parse.cpp | 1 -
 1 file changed, 1 deletion(-)

diff --git a/modules/demux/mkv/matroska_segment_parse.cpp b/modules/demux/mkv/matroska_segment_parse.cpp
index 7498ab36429..1954997f82c 100644
--- a/modules/demux/mkv/matroska_segment_parse.cpp
+++ b/modules/demux/mkv/matroska_segment_parse.cpp
@@ -1590,7 +1590,6 @@ bool matroska_segment_c::TrackInit( mkv_track_t * p_tk )
         }
         S_CASE("V_AV1") {
             vars.p_fmt->i_codec = VLC_CODEC_AV1;
-            vars.p_fmt->b_packetized = false;
             vars.p_tk->b_pts_only = true;
 
             fill_extra_data( vars.p_tk, 0 );
-- 
2.17.1



More information about the vlc-devel mailing list