Re: [libav-devel] [PATCH 068/132] dsputil: Move ff_zigzag_direct and ff_crop_tab declarations to mathops.h

2014-03-15 Thread Anton Khirnov
On Fri, 14 Mar 2014 05:42:23 -0700, Diego Biurrun di...@biurrun.de wrote: --- libavcodec/bfin/vp3dsp_init.c | 2 +- libavcodec/bit_depth_template.c | 1 + libavcodec/cavsdsp.c| 2 ++ libavcodec/dsputil.h| 7 +-- libavcodec/imgconvert.c | 2 +-

Re: [libav-devel] [PATCH 068/132] dsputil: Move ff_zigzag_direct and ff_crop_tab declarations to mathops.h

2014-03-15 Thread Diego Biurrun
On Sat, Mar 15, 2014 at 12:08:56PM +0100, Anton Khirnov wrote: On Fri, 14 Mar 2014 05:42:23 -0700, Diego Biurrun di...@biurrun.de wrote: --- libavcodec/bfin/vp3dsp_init.c | 2 +- libavcodec/bit_depth_template.c | 1 + libavcodec/cavsdsp.c| 2 ++ libavcodec/dsputil.h

Re: [libav-devel] [PATCH 068/132] dsputil: Move ff_zigzag_direct and ff_crop_tab declarations to mathops.h

2014-03-15 Thread Anton Khirnov
On Sat, 15 Mar 2014 15:54:05 +0100, Diego Biurrun di...@biurrun.de wrote: On Sat, Mar 15, 2014 at 12:08:56PM +0100, Anton Khirnov wrote: On Fri, 14 Mar 2014 05:42:23 -0700, Diego Biurrun di...@biurrun.de wrote: --- libavcodec/bfin/vp3dsp_init.c | 2 +-

[libav-devel] [PATCH 068/132] dsputil: Move ff_zigzag_direct and ff_crop_tab declarations to mathops.h

2014-03-14 Thread Diego Biurrun
--- libavcodec/bfin/vp3dsp_init.c | 2 +- libavcodec/bit_depth_template.c | 1 + libavcodec/cavsdsp.c| 2 ++ libavcodec/dsputil.h| 7 +-- libavcodec/imgconvert.c | 2 +- libavcodec/indeo4data.h | 3 ++- libavcodec/mathops.h| 4

Re: [libav-devel] [PATCH 068/132] dsputil: Move ff_zigzag_direct and ff_crop_tab declarations to mathops.h

2014-03-14 Thread Luca Barbato
On 14/03/14 13:42, Diego Biurrun wrote: --- libavcodec/bfin/vp3dsp_init.c | 2 +- libavcodec/bit_depth_template.c | 1 + libavcodec/cavsdsp.c| 2 ++ libavcodec/dsputil.h| 7 +-- libavcodec/imgconvert.c | 2 +- libavcodec/indeo4data.h | 3 ++-