Bug 1159456 - Finish and exit from Flush() even if MFTManager rejects sample. r=cpearce, a=sledru

This commit is contained in:
Karl Tomlinson
2015-04-29 04:36:13 +12:00
parent 1583040e81
commit 2e80d77b95

View File

@@ -134,7 +134,7 @@ WMFMediaDataDecoder::Decode()
PurgeInputQueue(); PurgeInputQueue();
} }
mCallback->Error(); mCallback->Error();
return; continue; // complete flush if flushing
} }
mLastStreamOffset = input->byte_offset; mLastStreamOffset = input->byte_offset;