]> git.sesse.net Git - ffmpeg/commitdiff
cbs: Mention all codecs in unit type comment
authorMark Thompson <sw@jkqxz.net>
Mon, 27 Jul 2020 16:32:16 +0000 (17:32 +0100)
committerMark Thompson <sw@jkqxz.net>
Wed, 12 Aug 2020 21:02:03 +0000 (22:02 +0100)
libavcodec/cbs.h

index e897e348a2dbd3dc2fe099071fbef6fd2c51f787..07faf18c5b246432da7f0efd573b6416fc334ca1 100644 (file)
@@ -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)
  */