[vlc-commits] demux:mkv: AV1 in Matroska/WebM is packetized
Steve Lhomme
git at videolan.org
Wed Oct 17 15:22:13 CEST 2018
vlc/vlc-3.0 | branch: master | Steve Lhomme <robux4 at ycbcr.xyz> | Wed Oct 10 11:18:56 2018 +0200| [23de073328893f2d1a24e15d9f71fd3cef3b2e98] | committer: Tristan Matthews
demux:mkv: AV1 in Matroska/WebM is packetized
Otherwise it's a muxer bug.
(cherry picked from commit 76f9e0a433eee84490d3429908d16de856590d19)
> http://git.videolan.org/gitweb.cgi/vlc/vlc-3.0.git/?a=commit;h=23de073328893f2d1a24e15d9f71fd3cef3b2e98
---
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 f546413905..e9035db1b0 100644
--- a/modules/demux/mkv/matroska_segment_parse.cpp
+++ b/modules/demux/mkv/matroska_segment_parse.cpp
@@ -1569,7 +1569,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 );
More information about the vlc-commits
mailing list