[FFmpeg-devel] [PATCH] avcodec/cbs: add missing comment about AV1 specific CodedBitstreamUnitType definition

James Almer jamrial at gmail.com
Thu May 9 21:38:23 EEST 2019


Signed-off-by: James Almer <jamrial at gmail.com>
---
 libavcodec/cbs.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/libavcodec/cbs.h b/libavcodec/cbs.h
index 967dcd1468..65b3fe4fe9 100644
--- a/libavcodec/cbs.h
+++ b/libavcodec/cbs.h
@@ -45,6 +45,7 @@ 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
  * MPEG-2: start code value (without prefix)
-- 
2.21.0



More information about the ffmpeg-devel mailing list