diff mbox

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

Message ID 20190509183823.1288-1-jamrial@gmail.com
State New
Headers show

Commit Message

James Almer May 9, 2019, 6:38 p.m. UTC
Signed-off-by: James Almer <jamrial@gmail.com>
---
 libavcodec/cbs.h | 1 +
 1 file changed, 1 insertion(+)
diff mbox

Patch

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)