mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-04 23:30:05 +00:00
realmedia: Remove dead assignments
This commit is contained in:
parent
2a84e4332a
commit
f4031d19a6
1 changed files with 1 additions and 1 deletions
|
@ -181,7 +181,7 @@ gst_rm_utils_swap_nibbles (guint8 * data, gint idx1, gint idx2, gint len)
|
|||
}
|
||||
} else {
|
||||
/* preload nibbles from source */
|
||||
tmp2n = tmp1 = tmp1n = *d1;
|
||||
tmp2n = *d1;
|
||||
tmp2 = *d2;
|
||||
|
||||
for (; len > 1; len -= 2) {
|
||||
|
|
Loading…
Reference in a new issue