DescriptionH/W decoded H.264 videos would not play at times on Windows 8. This was because the DXVA decoder in its processinput
implementation was returning the error MF_A_NOTACCEPTING which was being treated as a platform failure code. This was
incorrect. As per msdn when we get this error it means that the decoder has all the input it needs to produce one output
sample. We need to call ProcessOutput and then ProcessInput again.
Fixes bug http://code.google.com/p/chromium/issues/detail?id=140989
BUG=140989
R=fischman
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=151503
Patch Set 1 #
Messages
Total messages: 2 (0 generated)
|