projects
/
platform
/
upstream
/
gst-plugins-ugly.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7b97c2d
)
realmedia: Fix unitialized variables on macosx
author
Edward Hervey
<edward.hervey@collabora.co.uk>
Wed, 5 Jan 2011 15:52:03 +0000
(16:52 +0100)
committer
Edward Hervey
<edward.hervey@collabora.co.uk>
Wed, 5 Jan 2011 15:52:03 +0000
(16:52 +0100)
gst/realmedia/rmutils.c
patch
|
blob
|
history
diff --git
a/gst/realmedia/rmutils.c
b/gst/realmedia/rmutils.c
index ef752c6957e64352e7fc8328d13967558c727031..6ae68786e2bda70d931121ca7e5a2fe8dfa41ac7 100644
(file)
--- a/
gst/realmedia/rmutils.c
+++ b/
gst/realmedia/rmutils.c
@@
-145,7
+145,7
@@
gst_rm_utils_descramble_dnet_buffer (GstBuffer * buf)
static void
gst_rm_utils_swap_nibbles (guint8 * data, gint idx1, gint idx2, gint len)
{
- guint8 *d1, *d2, tmp1, tmp2, tmp1n, tmp2n;
+ guint8 *d1, *d2, tmp1
= 0
, tmp2, tmp1n, tmp2n;
if ((idx2 & 1) && !(idx1 & 1)) {
/* align destination to a byte by swapping the indexes */