Ignore:
Timestamp:
Feb 6, 2020 4:02:56 AM (3 years ago)
Author:
riza
Message:

Misc (re #2210): Fixed various warnings on Visual Studio 2015.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjmedia/src/pjmedia/vid_stream.c

    r6106 r6159  
    12081208        if (stream->info.rc_cfg.method==PJMEDIA_VID_STREAM_RC_SIMPLE_BLOCKING) 
    12091209        { 
    1210             pj_timestamp now, next_send_ts, total_send_ts; 
     1210            pj_timestamp next_send_ts, total_send_ts; 
    12111211 
    12121212            total_send_ts.u64 = total_sent * stream->ts_freq.u64 * 8 / 
Note: See TracChangeset for help on using the changeset viewer.