Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 131789
b: refs/heads/master
c: 5370d96
h: refs/heads/master
i:
  131787: d3cf523
v: v3
  • Loading branch information
Steve Chen authored and Takashi Iwai committed Feb 23, 2009
1 parent a6970df commit 8cdd37c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: e8bf069c419c1dc0657e02636441fe1179a9db14
refs/heads/master: 5370d96f85962769ea3df3a81cc885f257c51589
2 changes: 1 addition & 1 deletion trunk/sound/core/oss/rate.c
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ static void resample_shrink(struct snd_pcm_plugin *plugin,
while (dst_frames1 > 0) {
S1 = S2;
if (src_frames1-- > 0) {
S1 = *src;
S2 = *src;
src += src_step;
}
if (pos & ~R_MASK) {
Expand Down

0 comments on commit 8cdd37c

Please sign in to comment.