mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-07 12:15:51 +00:00
845ad750dc
The ogg reader makes two adjustments to the seek time - the first is to clamp it between start and end time, which MDSM already does. The second is to subtract SEEK_OPUS_PREROLL from the target. If we wanted to, we could return this as the resolve value in the seek promise and handle the update in the MDSM. But I think DropVideoUpToSeekTarget should actually handle this just fine. |
||
---|---|---|
.. | ||
moz.build | ||
OggCodecState.cpp | ||
OggCodecState.h | ||
OggDecoder.cpp | ||
OggDecoder.h | ||
OggReader.cpp | ||
OggReader.h | ||
OggWriter.cpp | ||
OggWriter.h | ||
OpusParser.cpp | ||
OpusParser.h |