mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
complete the consts refine
This commit is contained in:
parent
1afa6ed607
commit
8497b22d4a
9 changed files with 349 additions and 349 deletions
|
@ -404,7 +404,7 @@ int64_t SrsHlsAacJitter::on_buffer_start(int64_t flv_pts, int sample_rate, int a
|
|||
int flv_sample_rate = flv_sample_rates[sample_rate & 0x03];
|
||||
|
||||
// override the sample rate by sequence header
|
||||
if (aac_sample_rate != _SRS_AAC_SAMPLE_RATE_UNSET) {
|
||||
if (aac_sample_rate != __SRS_AAC_SAMPLE_RATE_UNSET) {
|
||||
flv_sample_rate = aac_sample_rates[aac_sample_rate];
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue