shithub: libvpx

Download patch

ref: c1b0d0da0b43350ded99059372a683326437143b
parent: 29771770c1298fdd2b54c1ad6eb0af98aaf7c22a
author: hkuang <hkuang@google.com>
date: Tue Oct 14 07:35:26 EDT 2014

Correct the format.

Change-Id: I59a53b419adda3a609d50b2a82f5a4a54849752e

--- a/vp9/decoder/vp9_decodeframe.c
+++ b/vp9/decoder/vp9_decodeframe.c
@@ -749,7 +749,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");