gecko-dev/dom/media/fmp4
Jean-Yves Avenard 8acff71452 Bug 1369382: Don't make hard assertion that the queued sample is a keyframe. r=kaku
When seeking, we go to the first IDR prior the seek target. However, if the MP4 sample table is invalid the frame returned may not be an IDR.

It is an error for that frame to not be a keyframe, so we do want to have way to detect them through logging. Change assertion to a soft assertion for that purpose.

MozReview-Commit-ID: EMgwRo1mYMp

--HG--
extra : rebase_source : 363a7e148db166b2130a7862a49f03d419d3fe22
2017-06-01 16:07:27 +02:00
..
moz.build Bug 1286877 - do not set c-basic-offset for python-mode; r=gps 2016-07-14 10:16:42 -06:00
MP4Decoder.cpp Bug 1362212 - Implement HTMLMediaElement.reportCanPlayTelemetry. r=gerald 2017-05-10 11:31:16 +12:00
MP4Decoder.h Bug 1332160 - use nsCString internally whenever possible. r=gerald 2017-01-18 16:51:31 +08:00
MP4Demuxer.cpp Bug 1369382: Don't make hard assertion that the queued sample is a keyframe. r=kaku 2017-06-01 16:07:27 +02:00
MP4Demuxer.h Bug 1341454 - MP4Demuxer::Init() pre-caches everything from MP4Metadata - r=jya 2017-02-23 14:56:51 +11:00
MP4Stream.cpp
MP4Stream.h