From 0fdb4dfd03d81a2089458f1ad5418e71d3a04a94 Mon Sep 17 00:00:00 2001 From: Michael Niedermayer Date: Tue, 13 Mar 2012 22:10:02 +0100 Subject: [PATCH] h264: Fix some mixed declarations and code. Signed-off-by: Michael Niedermayer --- libavcodec/bit_depth_template.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavcodec/bit_depth_template.c b/libavcodec/bit_depth_template.c index c810304ef6..6b757fc041 100644 --- a/libavcodec/bit_depth_template.c +++ b/libavcodec/bit_depth_template.c @@ -70,7 +70,7 @@ # define pixel4 uint32_t # define dctcoef int16_t -# define INIT_CLIP ; +# define INIT_CLIP # define no_rnd_avg_pixel4 no_rnd_avg32 # define rnd_avg_pixel4 rnd_avg32 # define AV_RN2P AV_RN16