Mercurial > mplayer.hg
comparison libfaad2/ps_dec.c @ 29264:e83eef58b30a
Remove all kind of trailing whitespaces from all MPlayer's files.
This affects all kind of spaces (' ',^I,^M,^L,...): actually
[:space:] regex character set.
author | bircoph |
---|---|
date | Wed, 13 May 2009 15:22:13 +0000 |
parents | 0783dd397f74 |
children |
comparison
equal
deleted
inserted
replaced
29263:0f1b5b68af32 | 29264:e83eef58b30a |
---|---|
1623 RE(tempRight) += RE(ps->opd_prev[bk][i]); | 1623 RE(tempRight) += RE(ps->opd_prev[bk][i]); |
1624 IM(tempRight) += IM(ps->opd_prev[bk][i]); | 1624 IM(tempRight) += IM(ps->opd_prev[bk][i]); |
1625 | 1625 |
1626 /* ringbuffer index */ | 1626 /* ringbuffer index */ |
1627 if (i == 0) | 1627 if (i == 0) |
1628 { | 1628 { |
1629 i = 2; | 1629 i = 2; |
1630 } | 1630 } |
1631 i--; | 1631 i--; |
1632 | 1632 |
1633 /* get value before previous */ | 1633 /* get value before previous */ |