mirror of https://git.ffmpeg.org/ffmpeg.git
cosmetics: bfin: Fix indentation in the dsputil init function
Signed-off-by: Martin Storsjö <martin@martin.st>
This commit is contained in:
parent
d4d186d185
commit
287c8db39e
|
@ -132,7 +132,7 @@ av_cold void ff_dsputil_init_bfin(DSPContext *c, AVCodecContext *avctx)
|
||||||
c->add_pixels_clamped = ff_bfin_add_pixels_clamped;
|
c->add_pixels_clamped = ff_bfin_add_pixels_clamped;
|
||||||
|
|
||||||
if (!high_bit_depth)
|
if (!high_bit_depth)
|
||||||
c->get_pixels = ff_bfin_get_pixels;
|
c->get_pixels = ff_bfin_get_pixels;
|
||||||
c->clear_blocks = bfin_clear_blocks;
|
c->clear_blocks = bfin_clear_blocks;
|
||||||
c->pix_sum = ff_bfin_pix_sum;
|
c->pix_sum = ff_bfin_pix_sum;
|
||||||
c->pix_norm1 = ff_bfin_pix_norm1;
|
c->pix_norm1 = ff_bfin_pix_norm1;
|
||||||
|
@ -163,7 +163,7 @@ av_cold void ff_dsputil_init_bfin(DSPContext *c, AVCodecContext *avctx)
|
||||||
if (avctx->dct_algo == FF_DCT_AUTO)
|
if (avctx->dct_algo == FF_DCT_AUTO)
|
||||||
c->fdct = ff_bfin_fdct;
|
c->fdct = ff_bfin_fdct;
|
||||||
|
|
||||||
if (avctx->idct_algo == FF_IDCT_AUTO) {
|
if (avctx->idct_algo == FF_IDCT_AUTO) {
|
||||||
c->idct_permutation_type = FF_NO_IDCT_PERM;
|
c->idct_permutation_type = FF_NO_IDCT_PERM;
|
||||||
c->idct = ff_bfin_idct;
|
c->idct = ff_bfin_idct;
|
||||||
c->idct_add = bfin_idct_add;
|
c->idct_add = bfin_idct_add;
|
||||||
|
|
Loading…
Reference in New Issue