summaryrefslogtreecommitdiff
path: root/libavcodec/proresdsp.c
diff options
context:
space:
mode:
authorMartin Vignali <martin.vignali@gmail.com>2018-11-17 23:35:52 +0100
committerMartin Vignali <martin.vignali@gmail.com>2018-12-02 12:55:35 +0100
commit9a22e6fa1dec29cc2f8bc3cd217d20573e19ebe7 (patch)
treeecd7c323d4fed387f5be93d5fcb71ef2cf99964d /libavcodec/proresdsp.c
parentc097a32e93b4b4d9cb576bf21014b19121806161 (diff)
avcodec/proresdsp indent after prev commit
Diffstat (limited to 'libavcodec/proresdsp.c')
-rw-r--r--libavcodec/proresdsp.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libavcodec/proresdsp.c b/libavcodec/proresdsp.c
index 6b15ed3add..7be7e68287 100644
--- a/libavcodec/proresdsp.c
+++ b/libavcodec/proresdsp.c
@@ -57,8 +57,8 @@ static void prores_idct_put_10_c(uint16_t *out, ptrdiff_t linesize, int16_t *blo
av_cold int ff_proresdsp_init(ProresDSPContext *dsp, AVCodecContext *avctx)
{
if (avctx->bits_per_raw_sample == 10) {
- dsp->idct_put = prores_idct_put_10_c;
- dsp->idct_permutation_type = FF_IDCT_PERM_NONE;
+ dsp->idct_put = prores_idct_put_10_c;
+ dsp->idct_permutation_type = FF_IDCT_PERM_NONE;
} else {
return AVERROR_BUG;
}