]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/sdp.c
Merge commit '5e2203448ab4cc8ea1d933b87f1b39b009201044'
[ffmpeg] / libavformat / sdp.c
index ea369e92261f512f10d4d3bf8a79f1ea39e2ffd7..01b564b7bed5b0be0dbaadb8ec3b55afa8ecb51b 100644 (file)
@@ -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