MSE: Allow negative parsed frame PTS/DTS in FrameProcessor
r274473 did not remove sanity checks for negative PTS/DTS that occur prior to any adjustment based on timestampOffset. Current MSE spec does not call for issuing decode error if PTS or DTS are negative at the top of the coded frame processing loop. This change removes the sanity checks that are not spec-compliant. R=acolwell@chromium.org BUG=381114 TEST=FrameProcessorTest.AllowNegativeFramePTSAndDTSBeforeOffsetAdjustment Review URL: https://codereview.chromium.org/334363006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@277903 0039d316-1c4b-4281-b951-d872f2087c98
Showing
Please register or sign in to comment