Remove reserved value check in IndependentAndDisposableSamples.
Earlier versions of ISO 14496-12 indicated that the upper 2 bits of the sample_info was reserved and must be 0. The current version of ISO 14496-12:2012 now allows these bits to be non-zero so we need to remove the check so the content will play. The new non-zero values are not needed by the current code so we don't need any extra logic. BUG=344737 Review URL: https://codereview.chromium.org/166323005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@251989 0039d316-1c4b-4281-b951-d872f2087c98
Showing
Please register or sign in to comment