From 1822aee7e6d9b325d618804b451d2bc4b5bd7164 Mon Sep 17 00:00:00 2001 From: Michael Niedermayer Date: Sun, 7 Oct 2012 19:31:15 +0200 Subject: dsputil_template: replace assert() by av_assert2() Signed-off-by: Michael Niedermayer --- libavcodec/dsputil_template.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavcodec/dsputil_template.c') diff --git a/libavcodec/dsputil_template.c b/libavcodec/dsputil_template.c index 7286726410..0d6e8df313 100644 --- a/libavcodec/dsputil_template.c +++ b/libavcodec/dsputil_template.c @@ -680,7 +680,7 @@ static void FUNCC(OPNAME ## h264_chroma_mc2)(uint8_t *p_dst/*align 8*/, uint8_t int i;\ stride >>= sizeof(pixel)-1;\ \ - assert(x<8 && y<8 && x>=0 && y>=0);\ + av_assert2(x<8 && y<8 && x>=0 && y>=0);\ \ if(D){\ for(i=0; i