1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2024-12-23 12:43:46 +02:00

resample: reindent

This commit is contained in:
Anton Khirnov 2014-03-03 22:28:07 +01:00
parent f20892eb67
commit 3c84f6b5d2

View File

@ -67,7 +67,6 @@ static void SET_TYPE(resample_one)(ResampleContext *c,
{
FELEM *dst = dst0;
const FELEM *src = src0;
int i;
int sample_index = index >> c->phase_shift;
FELEM2 val = 0;