Re: [FFmpeg-devel] [PATCH v6 2/9] avcodec/vvc: add shared header for vvc

2021-02-18 Thread Nuo Mi
> > > > > +enum { > > +//6.2 we can have 3 sample arrays > > +MAX_SAMPLE_ARRAYS = 3, > > Needs the "VVC_" prefix. > fixed > > > + > > +//7.4.3.3 vps_max_layers_minus1 is u(6) > > +VVC_MAX_LAYERS = 64, > > + > > +//7.4.3.3 The value of vps_max_sublayers_minus1 shall be in the >

Re: [FFmpeg-devel] [PATCH v6 2/9] avcodec/vvc: add shared header for vvc

2021-02-17 Thread Mark Thompson
On 17/02/2021 01:51, Nuo Mi wrote: --- libavcodec/vvc.h | 142 +++ 1 file changed, 142 insertions(+) create mode 100644 libavcodec/vvc.h diff --git a/libavcodec/vvc.h b/libavcodec/vvc.h new file mode 100644 index 00..ca15297d7a ---

[FFmpeg-devel] [PATCH v6 2/9] avcodec/vvc: add shared header for vvc

2021-02-16 Thread Nuo Mi
--- libavcodec/vvc.h | 142 +++ 1 file changed, 142 insertions(+) create mode 100644 libavcodec/vvc.h diff --git a/libavcodec/vvc.h b/libavcodec/vvc.h new file mode 100644 index 00..ca15297d7a --- /dev/null +++ b/libavcodec/vvc.h @@ -0,0