uninitialized warning fix

svn path=/trunk/; revision=21439
This commit is contained in:
Sebastien Tandel 2007-04-14 19:49:48 +00:00
parent a3a02dd82e
commit 83cac28421
1 changed files with 1 additions and 0 deletions

View File

@ -603,6 +603,7 @@ decode_rtp_stream(rtp_stream_info_t *rsi, gpointer ptr _U_)
/* decode the RTP stream */
first = TRUE;
rtp_time = 0;
rtp_time_prev = 0;
decoded_bytes = 0;
decoded_bytes_prev = 0;
silence_frames = 0;