[vlc-commits] demux:mkv: AV1 in Matroska/WebM is packetized
Steve Lhomme
git at videolan.org
Thu Oct 11 14:03:48 CEST 2018
vlc | branch: master | Steve Lhomme <robux4 at ycbcr.xyz> | Wed Oct 10 11:18:56 2018 +0200| [76f9e0a433eee84490d3429908d16de856590d19] | committer: Steve Lhomme
demux:mkv: AV1 in Matroska/WebM is packetized
Otherwise it's a muxer bug.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=76f9e0a433eee84490d3429908d16de856590d19
---
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 7498ab3642..1954997f82 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 );
More information about the vlc-commits
mailing list