Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
mapengfei53 committed Jan 4, 2023
1 parent 3c761c6 commit 41be8f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion trunk/src/kernel/srs_kernel_mp4.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -2076,7 +2076,7 @@ class SrsMp4Encoder
private:
// For H.264/AVC, the avcc contains the sps/pps.
std::vector<char> pavcc;
// For H.265/HEVC, the hevc contains the vps/sps/pps.
// For H.265/HEVC, the hvcC contains the vps/sps/pps.
std::vector<char> phvcc;
// The number of video samples.
uint32_t nb_videos;
Expand Down

0 comments on commit 41be8f8

Please sign in to comment.