mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-11-26 19:01:44 +02:00
Alpha: indentation
Originally committed as revision 16667 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
74c4746344
commit
7d95741f83
@ -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;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user