Re: [FFmpeg-devel] [PATCH v2 2/2] avcodec/vvc: Rename vvc_?foo->foo

2024-04-03 Thread Nuo Mi
> > > > rename to libavcodec/vvc/dec.h > index aa3d715524..4dacefc06a 100644 > --- a/libavcodec/vvc/vvcdec.h > +++ b/libavcodec/vvc/dec.h > @@ -21,14 +21,14 @@ > * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA > 02110-1301 USA > */ > > -#ifndef AVCODEC_VVC_VVCDEC_H > -#define AV

[FFmpeg-devel] [PATCH v2 2/2] avcodec/vvc: Rename vvc_?foo->foo

2024-04-03 Thread Andreas Rheinhardt
A namespace is unnecessary here given that all these files are already in the vvc subfolder. Signed-off-by: Andreas Rheinhardt --- Now also fixing the header inclusion guards. libavcodec/vvc/Makefile | 28 +-- libavcodec/vvc/{vvc_cabac.c => cabac.c} |