summaryrefslogtreecommitdiff
path: root/libavcodec/cbs.h
diff options
context:
space:
mode:
authorMark Thompson <sw@jkqxz.net>2020-07-27 17:32:16 +0100
committerMark Thompson <sw@jkqxz.net>2020-08-12 22:02:03 +0100
commitbb59bdbcd17d86ab1cddbab8e6bef325cc3510a1 (patch)
tree66399a5f97f269706a093a496fe9ee85558cf6d9 /libavcodec/cbs.h
parentc4c10feaa8c3604abfec4283715b37358f73b6e7 (diff)
downloadffmpeg-bb59bdbcd17d86ab1cddbab8e6bef325cc3510a1.tar.gz
cbs: Mention all codecs in unit type comment
Diffstat (limited to 'libavcodec/cbs.h')
-rw-r--r--libavcodec/cbs.h2
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)
*/