mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
update the qt project.
This commit is contained in:
parent
8374017329
commit
755e61e011
3 changed files with 8 additions and 6 deletions
|
@ -1428,7 +1428,7 @@ int SrsTsCache::do_cache_video(SrsAvcAacCodec* codec, SrsCodecSample* sample)
|
|||
nal_unit_type &= 0x1f;
|
||||
|
||||
// @see: ngx_rtmp_hls_video
|
||||
// Table 7-1 ¨C NAL unit type codes, page 61
|
||||
// Table 7-1 NAL unit type codes, page 61
|
||||
// 1: Coded slice
|
||||
if (nal_unit_type == 1) {
|
||||
sps_pps_sent = false;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue