shithub: openh264

Download patch

ref: 6afdf36eccf74973f87d3efe710220ad77cb0797
parent: 7f967f6fc46290794da02319470afe27e7ed7a6e
author: ruil2 <[email protected]>
date: Fri Jan 23 10:48:13 EST 2015

return decoder error

--- a/module/gmp-openh264.cpp
+++ b/module/gmp-openh264.cpp
@@ -713,6 +713,7 @@
 
     // If we don't actually have data, just abort.
     if (!valid) {
+      Error (GMPDecodeErr);
       return;
     }