X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;ds=sidebyside;f=libavformat%2Fsdp.c;h=01b564b7bed5b0be0dbaadb8ec3b55afa8ecb51b;hb=680ec710ec4b6f639eb0eac87129926aceea6e8d;hp=ea369e92261f512f10d4d3bf8a79f1ea39e2ffd7;hpb=9204a84998083abbe058bf1464317f7ef8016c6c;p=ffmpeg diff --git a/libavformat/sdp.c b/libavformat/sdp.c index ea369e92261..01b564b7bed 100644 --- a/libavformat/sdp.c +++ b/libavformat/sdp.c @@ -261,7 +261,7 @@ static char *extradata2psets_hevc(AVCodecParameters *par) goto err; nalu_type = extradata[pos] & 0x3f; // Not including libavcodec/hevc.h to avoid confusion between - // NAL_* with the same name for both H264 and HEVC. + // NAL_* with the same name for both H.264 and HEVC. if (nalu_type == 32) // VPS ps_pos[0] = pos; else if (nalu_type == 33) // SPS