shithub: libvpx

Download patch

ref: cf608110fc13a6158dcd4cdb649498dccb97b9c4
parent: f67e75a6f4a6972cabde2ffe80d386e9b06d8f60
parent: c1b0d0da0b43350ded99059372a683326437143b
author: hkuang <hkuang@google.com>
date: Tue Oct 14 09:45:11 EDT 2014

Merge "Correct the format."

--- a/vp9/decoder/vp9_decodeframe.c
+++ b/vp9/decoder/vp9_decodeframe.c
@@ -747,7 +747,7 @@
   if (!found)
     vp9_read_frame_size(rb, &width, &height);
 
-  if (width <=0 || height <= 0)
+  if (width <= 0 || height <= 0)
     vpx_internal_error(&cm->error, VPX_CODEC_CORRUPT_FRAME,
                        "Invalid frame size");