cbs: Mention all codecs in unit type comment

pull/346/head
Mark Thompson 4 years ago
parent c4c10feaa8
commit bb59bdbcd1
  1. 2
      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)
*/

Loading…
Cancel
Save