1
0
Fork 0
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:
winlin 2015-01-29 11:27:56 +08:00
parent 8374017329
commit 755e61e011
3 changed files with 8 additions and 6 deletions

View file

@ -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;