ffmpeg | branch: master | Mark Thompson <s...@jkqxz.net> | Mon Jul 27 17:32:16 2020 +0100| [bb59bdbcd17d86ab1cddbab8e6bef325cc3510a1] | committer: Mark Thompson
cbs: Mention all codecs in unit type comment > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=bb59bdbcd17d86ab1cddbab8e6bef325cc3510a1 --- libavcodec/cbs.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/libavcodec/cbs.h b/libavcodec/cbs.h index e897e348a2..07faf18c5b 100644 --- a/libavcodec/cbs.h +++ b/libavcodec/cbs.h @@ -45,8 +45,10 @@ struct CodedBitstreamType; /** * The codec-specific type of a bitstream unit. * + * AV1: obu_type * H.264 / AVC: nal_unit_type * H.265 / HEVC: nal_unit_type + * JPEG: marker value (without 0xff prefix) * MPEG-2: start code value (without prefix) * VP9: unused, set to zero (every unit is a frame) */ _______________________________________________ ffmpeg-cvslog mailing list ffmpeg-cvslog@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-cvslog To unsubscribe, visit link above, or email ffmpeg-cvslog-requ...@ffmpeg.org with subject "unsubscribe".