mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-12-23 23:40:15 +01:00
lavc/arm: fix indent in blockdsp_init_neon
This commit is contained in:
@@ -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;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user