aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorAndreas Monzner <andreas.monzner@multimedia-labs.de>2007-11-26 11:58:15 +0000
committerAndreas Monzner <andreas.monzner@multimedia-labs.de>2007-11-26 11:58:15 +0000
commitd4a222aff5af90a8bdd9b20a60c89f4b9761e736 (patch)
tree5a9ba3a01ce34427b375881271cddced0ac42e84 /lib
parent64e89a92249d4232953f8bb0e0811c080652c49b (diff)
downloadenigma2-d4a222aff5af90a8bdd9b20a60c89f4b9761e736.tar.gz
enigma2-d4a222aff5af90a8bdd9b20a60c89f4b9761e736.zip
initialize array
Diffstat (limited to 'lib')
-rw-r--r--lib/dvb/radiotext.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/dvb/radiotext.cpp b/lib/dvb/radiotext.cpp
index 3e057194..d4cc2358 100644
--- a/lib/dvb/radiotext.cpp
+++ b/lib/dvb/radiotext.cpp
@@ -12,6 +12,7 @@ eDVBRdsDecoder::eDVBRdsDecoder(iDVBDemux *demux)
setStreamID(0xC0, 0xC0);
memset(rass_picture_mask, 0, sizeof(rass_picture_mask));
+ memset(rtp_item, 0, sizeof(rtp_item));
if (demux->createPESReader(eApp, m_pes_reader))
eDebug("failed to create PES reader!");