diff mbox

[FFmpeg-devel,v3,01/18] cbs: Mention all codecs in unit type comment

Message ID 20191002230453.6462-1-sw@jkqxz.net
State Superseded
Headers show

Commit Message

Mark Thompson Oct. 2, 2019, 11:04 p.m. UTC
---
Now in alphabetical order.


 libavcodec/cbs.h | 2 ++
 1 file changed, 2 insertions(+)
diff mbox

Patch

diff --git a/libavcodec/cbs.h b/libavcodec/cbs.h
index 7c341bffe7..be986df4e4 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)
  */