Module: libav
Branch: master
Commit: 59c6509d9f0236acbc317198eab76dab8320bced

Author:    Diego Biurrun <[email protected]>
Committer: Diego Biurrun <[email protected]>
Date:      Sat Jun  4 12:58:11 2016 +0200

mss2: Drop a silly assert

---

 libavcodec/mss2.c |    3 ---
 1 file changed, 3 deletions(-)

diff --git a/libavcodec/mss2.c b/libavcodec/mss2.c
index 2c993f6..866ce47 100644
--- a/libavcodec/mss2.c
+++ b/libavcodec/mss2.c
@@ -476,9 +476,6 @@ static int mss2_decode_frame(AVCodecContext *avctx, void 
*data, int *got_frame,
     Rectangle wmv9rects[MAX_WMV9_RECTANGLES], *r;
     int used_rects = 0, i, implicit_rect = 0, av_uninit(wmv9_mask);
 
-    av_assert0(AV_INPUT_BUFFER_PADDING_SIZE >=
-               ARITH2_PADDING + (MIN_CACHE_BITS + 7) / 8);
-
     init_get_bits(&gb, buf, buf_size * 8);
 
     if (keyframe = get_bits1(&gb))

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

Reply via email to