Re: [libav-devel] [PATCH 05/14] cbs: Minor comment fixes / cosmetics

2017-11-12 Thread Mark Thompson
On 10/11/17 12:27, Diego Biurrun wrote: > On Thu, Nov 09, 2017 at 01:07:47AM +, Mark Thompson wrote: >> --- a/libavcodec/cbs.h >> +++ b/libavcodec/cbs.h >> @@ -25,6 +25,19 @@ >> >> +/* >> + * This defines a framework for converting between a coded bitstream >> + * and structures defining all

Re: [libav-devel] [PATCH 05/14] cbs: Minor comment fixes / cosmetics

2017-11-10 Thread Diego Biurrun
On Thu, Nov 09, 2017 at 01:07:47AM +, Mark Thompson wrote: > --- a/libavcodec/cbs.h > +++ b/libavcodec/cbs.h > @@ -25,6 +25,19 @@ > > +/* > + * This defines a framework for converting between a coded bitstream > + * and structures defining all individual syntax elements found in > + * such a

[libav-devel] [PATCH 05/14] cbs: Minor comment fixes / cosmetics

2017-11-08 Thread Mark Thompson
--- libavcodec/cbs.h | 35 +++ libavcodec/cbs_internal.h | 3 +++ 2 files changed, 34 insertions(+), 4 deletions(-) diff --git a/libavcodec/cbs.h b/libavcodec/cbs.h index 85c7b5557..ffeca057a 100644 --- a/libavcodec/cbs.h +++ b/libavcodec/cbs.h @@ -25,6