1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-02-09 14:14:39 +02:00

Merge commit '3c84f6b5d20cd345fac706f8cfb70c55e541ffb5'

* commit '3c84f6b5d20cd345fac706f8cfb70c55e541ffb5':
  resample: reindent

Merged-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
Michael Niedermayer 2014-04-11 19:34:27 +02:00
commit fb7d64df7e

View File

@ -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;