mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
Fix misspelling error in app config. v6.0.133 (#4077)
1. misspelling fix; 2. remove finished TODO; --------- Co-authored-by: Haibo Chen <495810242@qq.com>
This commit is contained in:
parent
7ab012c60f
commit
75ddd8f5b6
14 changed files with 156 additions and 155 deletions
|
@ -1140,7 +1140,7 @@ srs_error_t SrsRtcRtpBuilder::filter(SrsSharedPtrMessage* msg, SrsFormat* format
|
|||
|
||||
if (!keep_avc_nalu_sei && format->vcodec->id == SrsVideoCodecIdAVC) {
|
||||
SrsAvcNaluType avc_nalu_type;
|
||||
// TODO: FIXME use static method to parse avc nalu type.
|
||||
|
||||
if ((err = SrsVideoFrame::parse_avc_nalu_type(sample, avc_nalu_type)) != srs_success) {
|
||||
return srs_error_wrap(err, "parse avc nalu_type");
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue