diff options
author | Mark Thompson <sw@jkqxz.net> | 2020-07-27 17:32:16 +0100 |
---|---|---|
committer | Mark Thompson <sw@jkqxz.net> | 2020-08-12 22:02:03 +0100 |
commit | bb59bdbcd17d86ab1cddbab8e6bef325cc3510a1 (patch) | |
tree | 66399a5f97f269706a093a496fe9ee85558cf6d9 | |
parent | c4c10feaa8c3604abfec4283715b37358f73b6e7 (diff) | |
download | ffmpeg-bb59bdbcd17d86ab1cddbab8e6bef325cc3510a1.tar.gz |
cbs: Mention all codecs in unit type comment
-rw-r--r-- | libavcodec/cbs.h | 2 |
1 files changed, 2 insertions, 0 deletions
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) */ |