mirror of
https://github.com/xenia-project/FFmpeg.git
synced 2024-11-24 03:59:43 +00:00
lavc/arm: fix indent in blockdsp_init_neon
This commit is contained in:
parent
9010676ea3
commit
b78243c504
@ -30,6 +30,6 @@ void ff_clear_blocks_neon(int16_t *blocks);
|
|||||||
|
|
||||||
av_cold void ff_blockdsp_init_neon(BlockDSPContext *c)
|
av_cold void ff_blockdsp_init_neon(BlockDSPContext *c)
|
||||||
{
|
{
|
||||||
c->clear_block = ff_clear_block_neon;
|
c->clear_block = ff_clear_block_neon;
|
||||||
c->clear_blocks = ff_clear_blocks_neon;
|
c->clear_blocks = ff_clear_blocks_neon;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user