From: "Ronald S. Bultje" <[email protected]>

Signed-off-by: Janne Grunau <[email protected]>
---
 libavcodec/vp8.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/libavcodec/vp8.c b/libavcodec/vp8.c
index a8b23f0..6268048 100644
--- a/libavcodec/vp8.c
+++ b/libavcodec/vp8.c
@@ -273,7 +273,7 @@ static int decode_frame_header(VP8Context *s, const uint8_t 
*buf, int buf_size)
 
     if (!s->macroblocks_base || /* first frame */
         width != s->avctx->width || height != s->avctx->height) {
-        if ((ret = update_dimensions(s, width, height) < 0))
+        if ((ret = update_dimensions(s, width, height)) < 0)
             return ret;
     }
 
-- 
1.7.7

_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to