Re: [FFmpeg-devel] [PATCH v6 01/22] cbs: Mention all codecs in unit type comment

2020-08-11 Thread Andreas Rheinhardt
Mark Thompson: > --- > libavcodec/cbs.h | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/libavcodec/cbs.h b/libavcodec/cbs.h > index e897e348a2..07faf18c5b 100644 > --- a/libavcodec/cbs.h > +++ b/libavcodec/cbs.h > @@ -45,8 +45,10 @@ struct CodedBitstreamType; > /** > * The

[FFmpeg-devel] [PATCH v6 01/22] cbs: Mention all codecs in unit type comment

2020-07-27 Thread Mark Thompson
--- libavcodec/cbs.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/libavcodec/cbs.h b/libavcodec/cbs.h index e897e348a2..07faf18c5b 100644 --- a/libavcodec/cbs.h +++ b/libavcodec/cbs.h @@ -45,8 +45,10 @@ struct CodedBitstreamType; /** * The codec-specific type of a bitstream unit. *