Commit 7d95741f authored by Måns Rullgård's avatar Måns Rullgård

Alpha: indentation

Originally committed as revision 16667 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 74c47463
......@@ -359,8 +359,8 @@ void dsputil_init_alpha(DSPContext* c, AVCodecContext *avctx)
if (!avctx->lowres &&
(avctx->idct_algo == FF_IDCT_AUTO ||
avctx->idct_algo == FF_IDCT_SIMPLEALPHA)) {
c->idct_put = simple_idct_put_axp;
c->idct_add = simple_idct_add_axp;
c->idct = simple_idct_axp;
c->idct_put = simple_idct_put_axp;
c->idct_add = simple_idct_add_axp;
c->idct = simple_idct_axp;
}
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment