>
>
>
> > +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
>
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
--- /dev/nu
---
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 +1,142