Ignore:
Timestamp:
Dec 20, 2011 10:01:35 AM (13 years ago)
Author:
nanang
Message:

Misc (re #1393): fix bitrate calculation in stream.c and wav_playlist.c.

File:
1 edited

Legend:

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

    r3664 r3917  
    476476            afd->avg_bps = afd->max_bps = afd->clock_rate * 
    477477                                          afd->channel_count * 
    478                                           afd->bits_per_sample / 8; 
     478                                          afd->bits_per_sample; 
    479479 
    480480            has_wave_info = PJ_TRUE; 
Note: See TracChangeset for help on using the changeset viewer.