Message ID | 20190123230114.1086-2-sw@jkqxz.net |
---|---|
State | New |
Headers | show |
diff --git a/libavcodec/cbs.h b/libavcodec/cbs.h index 53ac360bb1..053eccffde 100644 --- a/libavcodec/cbs.h +++ b/libavcodec/cbs.h @@ -49,6 +49,8 @@ struct CodedBitstreamType; * H.265 / HEVC: nal_unit_type * MPEG-2: start code value (without prefix) * VP9: unused, set to zero (every unit is a frame) + * JPEG: marker value (without 0xff prefix) + * AV1: obu_type */ typedef uint32_t CodedBitstreamUnitType;