Merge pull request #1751 from ruil2/status

return decoder error
This commit is contained in:
dongzha 2015-01-26 09:31:48 +08:00
commit de68ec6f45

View File

@ -713,6 +713,7 @@ class OpenH264VideoDecoder : public GMPVideoDecoder {
// If we don't actually have data, just abort.
if (!valid) {
Error (GMPDecodeErr);
return;
}