From Jim Young: Simple one line patch resolves compiler warning.: Bug #1929

svn path=/trunk/; revision=23240
This commit is contained in:
Bill Meier 2007-10-22 15:13:41 +00:00
parent 6ba32fd89f
commit 09e7be9068
1 changed files with 1 additions and 1 deletions

View File

@ -527,7 +527,7 @@ decode_rtp_stream(rtp_stream_info_t *rsi, gpointer ptr _U_)
double arrive_time;
double arrive_time_prev;
double start_time;
double start_rtp_time;
double start_rtp_time = 0;
double diff;
double pack_period;
double total_time;