On Tue, May 21, 2019 at 7:02 AM Mark Thompson <[email protected]> wrote: > > --- > libavcodec/cbs.h | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/libavcodec/cbs.h b/libavcodec/cbs.h > index 967dcd1468..e8b2d41ecb 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; >
LGTM _______________________________________________ ffmpeg-devel mailing list [email protected] https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email [email protected] with subject "unsubscribe".
