realmedia: Remove dead assignments
This commit is contained in:
parent
2a84e4332a
commit
f4031d19a6
@ -181,7 +181,7 @@ gst_rm_utils_swap_nibbles (guint8 * data, gint idx1, gint idx2, gint len)
|
|||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
/* preload nibbles from source */
|
/* preload nibbles from source */
|
||||||
tmp2n = tmp1 = tmp1n = *d1;
|
tmp2n = *d1;
|
||||||
tmp2 = *d2;
|
tmp2 = *d2;
|
||||||
|
|
||||||
for (; len > 1; len -= 2) {
|
for (; len > 1; len -= 2) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user