dsputil: remove one array dimension from avg_no_rnd_pixels_tab.

This commit is contained in:
Ronald S. Bultje
2013-01-22 11:27:57 -08:00
parent 2612c4dc78
commit baf35bb4bc
8 changed files with 30 additions and 30 deletions

View File

@@ -2705,7 +2705,7 @@ av_cold void ff_dsputil_init(DSPContext* c, AVCodecContext *avctx)
hpel_funcs(avg, [1], 8);
hpel_funcs(avg, [2], 4);
hpel_funcs(avg, [3], 2);
hpel_funcs(avg_no_rnd,[0], 16);
hpel_funcs(avg_no_rnd,, 16);
#undef FUNC
#undef FUNCC