From b03bc88d215f8b42a2aee53dd9925ed341702542 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Tue, 6 Aug 2013 01:45:29 +0000 Subject: replace mul_serie_m4 with mul_m4_m4m4 when only 3 args are given --- source/blender/avi/intern/avi_mjpeg.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'source/blender/avi') diff --git a/source/blender/avi/intern/avi_mjpeg.c b/source/blender/avi/intern/avi_mjpeg.c index 797bca0bd0b..a2d48c724de 100644 --- a/source/blender/avi/intern/avi_mjpeg.c +++ b/source/blender/avi/intern/avi_mjpeg.c @@ -44,8 +44,6 @@ #include "avi_mjpeg.h" -#define PADUP(num, amt) ((num + (amt - 1)) & ~(amt - 1)) - static void jpegmemdestmgr_build(j_compress_ptr cinfo, unsigned char *buffer, int bufsize); static void jpegmemsrcmgr_build(j_decompress_ptr dinfo, unsigned char *buffer, int bufsize); -- cgit v1.2.3