summaryrefslogtreecommitdiffstats
path: root/libaf/reorder_ch.c
diff options
context:
space:
mode:
authorUoti Urpala <uau@glyph.nonexistent.invalid>2009-07-29 01:32:03 +0300
committerUoti Urpala <uau@glyph.nonexistent.invalid>2009-07-29 01:32:03 +0300
commit4a36b51ea62bae47ea9bf8df3031c88a1992b7a6 (patch)
tree8ade74ff57f052e87f36b763703ffc03af823001 /libaf/reorder_ch.c
parentc73217c07a98013887f507849c18eeac1257df58 (diff)
parent45b7b9374bb2a772baa34a52d1abac11c939de15 (diff)
downloadmpv-4a36b51ea62bae47ea9bf8df3031c88a1992b7a6.tar.bz2
mpv-4a36b51ea62bae47ea9bf8df3031c88a1992b7a6.tar.xz
Merge svn changes up to r29455
Diffstat (limited to 'libaf/reorder_ch.c')
-rw-r--r--libaf/reorder_ch.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/libaf/reorder_ch.c b/libaf/reorder_ch.c
index 2cbedb8146..88b1aa21dc 100644
--- a/libaf/reorder_ch.c
+++ b/libaf/reorder_ch.c
@@ -453,6 +453,7 @@ static int reorder_self_3(void *src, unsigned int samples,
src_8[i+s2*3+1] = tmp1;
src_8[i+s2*3+2] = tmp2;
}
+ break;
}
case 4:
{
@@ -547,6 +548,7 @@ static int reorder_self_4_step_1(void *src, unsigned int samples,
src_8[i+s3*3+1] = tmp1;
src_8[i+s3*3+2] = tmp2;
}
+ break;
}
case 4:
{
@@ -695,6 +697,7 @@ static int reorder_self_5_step_1(void *src, unsigned int samples,
src_8[i+s4*3+1] = tmp1;
src_8[i+s4*3+2] = tmp2;
}
+ break;
}
case 4:
{
@@ -787,6 +790,7 @@ static int reorder_self_2_3(void *src, unsigned int samples,
src_8[i+s4*3+1] = tmp1;
src_8[i+s4*3+2] = tmp2;
}
+ break;
}
case 4:
{
@@ -873,6 +877,7 @@ static int reorder_self_3_3(void *src, unsigned int samples,
src_8[i+s5*3+1] = tmp1;
src_8[i+s5*3+2] = tmp2;
}
+ break;
}
case 4:
{
@@ -959,6 +964,7 @@ static int reorder_self_2_4(void *src, unsigned int samples,
src_8[i+s5*3+1] = tmp1;
src_8[i+s5*3+2] = tmp2;
}
+ break;
}
case 4:
{