You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +02:00
resample: reindent
This commit is contained in:
@@ -67,7 +67,6 @@ static void SET_TYPE(resample_one)(ResampleContext *c,
|
|||||||
{
|
{
|
||||||
FELEM *dst = dst0;
|
FELEM *dst = dst0;
|
||||||
const FELEM *src = src0;
|
const FELEM *src = src0;
|
||||||
|
|
||||||
int i;
|
int i;
|
||||||
int sample_index = index >> c->phase_shift;
|
int sample_index = index >> c->phase_shift;
|
||||||
FELEM2 val = 0;
|
FELEM2 val = 0;
|
||||||
|
Reference in New Issue
Block a user